Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewUpdateEventArgs.cs / 1305376 / DetailsViewUpdateEventArgs.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; ////// public class DetailsViewUpdateEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; private OrderedDictionary _keys; private OrderedDictionary _oldValues; ///Provides data for some ///events. /// public DetailsViewUpdateEventArgs(object commandArgument) : base(false) { this._commandArgument = commandArgument; } ///Initializes a new instance of the ////// class. /// public object CommandArgument { get { return _commandArgument; } } ///Gets the argument to the command posted to the ///. This property is read-only. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list 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 updated 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. //------------------------------------------------------------------------------ //Gets a OrderedDictionary to populate with pre-edit row values. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; ////// public class DetailsViewUpdateEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; private OrderedDictionary _keys; private OrderedDictionary _oldValues; ///Provides data for some ///events. /// public DetailsViewUpdateEventArgs(object commandArgument) : base(false) { this._commandArgument = commandArgument; } ///Initializes a new instance of the ////// class. /// public object CommandArgument { get { return _commandArgument; } } ///Gets the argument to the command posted to the ///. This property is read-only. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list 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 updated 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.Gets a OrderedDictionary to populate with pre-edit row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ValueSerializer.cs
- WebService.cs
- NativeMethods.cs
- BaseCAMarshaler.cs
- SiteMapNode.cs
- StringReader.cs
- MergePropertyDescriptor.cs
- EncryptedKey.cs
- Table.cs
- Container.cs
- LinkConverter.cs
- _HeaderInfoTable.cs
- ConnectionDemuxer.cs
- PageOrientation.cs
- DetailsViewPageEventArgs.cs
- CustomMenuItemCollection.cs
- HostingEnvironmentSection.cs
- ProfileGroupSettingsCollection.cs
- FormattedText.cs
- CultureInfo.cs
- DesignerWidgets.cs
- EmptyImpersonationContext.cs
- ResourceReader.cs
- HostAdapter.cs
- DataBinding.cs
- ServiceProviders.cs
- XmlSerializationReader.cs
- EncodingInfo.cs
- BitmapVisualManager.cs
- MatrixConverter.cs
- IgnoreFileBuildProvider.cs
- PreservationFileWriter.cs
- TransactionBehavior.cs
- X509CertificateClaimSet.cs
- RolePrincipal.cs
- lengthconverter.cs
- ViewStateException.cs
- ReadWriteSpinLock.cs
- XPathScanner.cs
- TrackBar.cs
- UniqueContractNameValidationBehavior.cs
- BaseValidatorDesigner.cs
- TypeElementCollection.cs
- PartialCachingAttribute.cs
- RectangleF.cs
- DrawingContextWalker.cs
- WCFModelStrings.Designer.cs
- XmlWriterDelegator.cs
- BrowsableAttribute.cs
- Overlapped.cs
- Select.cs
- ConvertEvent.cs
- DynamicValidatorEventArgs.cs
- ParameterInfo.cs
- TypeReference.cs
- HostExecutionContextManager.cs
- DocumentScope.cs
- DataListItem.cs
- UniformGrid.cs
- DetailsViewUpdatedEventArgs.cs
- Attributes.cs
- LicenseManager.cs
- TextCharacters.cs
- ObjectList.cs
- CompositeDataBoundControl.cs
- MenuItem.cs
- AliasedExpr.cs
- PrintControllerWithStatusDialog.cs
- TemplateKey.cs
- XmlToDatasetMap.cs
- TextChange.cs
- ObjectManager.cs
- VirtualizedCellInfoCollection.cs
- Dispatcher.cs
- ChildTable.cs
- Helper.cs
- TextFormatter.cs
- ImageCodecInfoPrivate.cs
- HostProtectionPermission.cs
- UpdateTranslator.cs
- PieceNameHelper.cs
- BoolLiteral.cs
- PartialCachingAttribute.cs
- SiteMapHierarchicalDataSourceView.cs
- StreamInfo.cs
- FormatterServices.cs
- X509ThumbprintKeyIdentifierClause.cs
- ToolStripTextBox.cs
- CodeDelegateCreateExpression.cs
- WebPartHeaderCloseVerb.cs
- GridItemPatternIdentifiers.cs
- DocobjHost.cs
- ExpressionQuoter.cs
- UnsafeNativeMethods.cs
- ProcessModule.cs
- NullableConverter.cs
- mansign.cs
- EqualityComparer.cs
- SingleAnimationBase.cs
- Metafile.cs