Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewUpdateEventArgs.cs / 1 / FormViewUpdateEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Collections;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Security.Permissions;
///
/// Provides data for some events.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class FormViewUpdateEventArgs : CancelEventArgs {
private object _commandArgument;
private OrderedDictionary _values;
private OrderedDictionary _keys;
private OrderedDictionary _oldValues;
///
/// Initializes a new instance of the
/// class.
///
public FormViewUpdateEventArgs(object commandArgument) : base(false) {
this._commandArgument = commandArgument;
}
///
/// Gets the argument to the command posted to the . This property is read-only.
///
public object CommandArgument {
get {
return _commandArgument;
}
}
///
/// Gets a keyed list to populate with updated row values. This property is read-only.
///
public IOrderedDictionary Keys {
get {
if (_keys == null) {
_keys = new OrderedDictionary();
}
return _keys;
}
}
///
/// Gets a OrderedDictionary to populate with updated row values. This property is read-only.
///
public IOrderedDictionary NewValues {
get {
if (_values == null) {
_values = new OrderedDictionary();
}
return _values;
}
}
///
/// Gets a OrderedDictionary to populate with pre-edit row values. This property is read-only.
///
public IOrderedDictionary OldValues {
get {
if (_oldValues == null) {
_oldValues = new OrderedDictionary();
}
return _oldValues;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.Collections;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Security.Permissions;
///
/// Provides data for some events.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class FormViewUpdateEventArgs : CancelEventArgs {
private object _commandArgument;
private OrderedDictionary _values;
private OrderedDictionary _keys;
private OrderedDictionary _oldValues;
///
/// Initializes a new instance of the
/// class.
///
public FormViewUpdateEventArgs(object commandArgument) : base(false) {
this._commandArgument = commandArgument;
}
///
/// Gets the argument to the command posted to the . This property is read-only.
///
public object CommandArgument {
get {
return _commandArgument;
}
}
///
/// Gets a keyed list to populate with updated row values. This property is read-only.
///
public IOrderedDictionary Keys {
get {
if (_keys == null) {
_keys = new OrderedDictionary();
}
return _keys;
}
}
///
/// Gets a OrderedDictionary to populate with updated row values. This property is read-only.
///
public IOrderedDictionary NewValues {
get {
if (_values == null) {
_values = new OrderedDictionary();
}
return _values;
}
}
///
/// Gets a OrderedDictionary to populate with pre-edit row values. This property is read-only.
///
public IOrderedDictionary OldValues {
get {
if (_oldValues == null) {
_oldValues = new OrderedDictionary();
}
return _oldValues;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- C14NUtil.cs
- NetMsmqSecurityMode.cs
- Material.cs
- WebControl.cs
- RuntimeHandles.cs
- IntPtr.cs
- CachedCompositeFamily.cs
- OrthographicCamera.cs
- SmiRecordBuffer.cs
- DefaultSection.cs
- ExpressionBuilderContext.cs
- XmlLanguageConverter.cs
- SiteMap.cs
- LinkClickEvent.cs
- WindowCollection.cs
- printdlgexmarshaler.cs
- BinaryUtilClasses.cs
- BitmapEffectState.cs
- EntityDataSourceDataSelectionPanel.designer.cs
- Point3DCollection.cs
- BaseAsyncResult.cs
- ExceptionHandler.cs
- Rights.cs
- WebCategoryAttribute.cs
- MissingMemberException.cs
- DataGridViewTopLeftHeaderCell.cs
- DialogResultConverter.cs
- QueryableDataSourceEditData.cs
- DataBoundControl.cs
- ProtocolsConfiguration.cs
- InputLanguageEventArgs.cs
- AQNBuilder.cs
- DataSetUtil.cs
- XmlSerializationGeneratedCode.cs
- SingleAnimationUsingKeyFrames.cs
- BaseUriWithWildcard.cs
- SerializationStore.cs
- ThreadAbortException.cs
- DbConnectionPoolOptions.cs
- ParameterToken.cs
- RSACryptoServiceProvider.cs
- CodeDirectiveCollection.cs
- DebuggerAttributes.cs
- Matrix.cs
- SqlInternalConnectionSmi.cs
- ResourceReferenceExpression.cs
- ThreadAbortException.cs
- CodeSubDirectory.cs
- XmlSerializer.cs
- CodeStatement.cs
- ResourcePool.cs
- TransactionChannelFactory.cs
- ExpressionBuilderCollection.cs
- InfoCardListRequest.cs
- DirectoryLocalQuery.cs
- UniqueID.cs
- ListenerHandler.cs
- XmlQueryStaticData.cs
- _Connection.cs
- MetadataItem_Static.cs
- __Error.cs
- ObjectMemberMapping.cs
- PersianCalendar.cs
- XmlFileEditor.cs
- smtppermission.cs
- HMACRIPEMD160.cs
- XmlStringTable.cs
- GraphicsPathIterator.cs
- _SSPIWrapper.cs
- ListBoxAutomationPeer.cs
- QilPatternFactory.cs
- LayoutEditorPart.cs
- ProcessHostFactoryHelper.cs
- DependencyPropertyChangedEventArgs.cs
- Command.cs
- printdlgexmarshaler.cs
- Point3D.cs
- Delegate.cs
- BindingValueChangedEventArgs.cs
- OrderPreservingPipeliningSpoolingTask.cs
- CorruptingExceptionCommon.cs
- NotImplementedException.cs
- CapabilitiesSection.cs
- PenContexts.cs
- TrackingMemoryStreamFactory.cs
- StringUtil.cs
- EventDescriptor.cs
- CellNormalizer.cs
- SqlGenericUtil.cs
- CodeIndexerExpression.cs
- IISUnsafeMethods.cs
- versioninfo.cs
- NullRuntimeConfig.cs
- GridViewEditEventArgs.cs
- CodeCatchClauseCollection.cs
- RemotingConfiguration.cs
- StringBuilder.cs
- _NegotiateClient.cs
- LinqDataSourceContextEventArgs.cs
- XamlPoint3DCollectionSerializer.cs