Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewUpdateEventArgs.cs / 1 / 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; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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; } } } }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
- EpmCustomContentWriterNodeData.cs
- AddToCollection.cs
- DrawingContextDrawingContextWalker.cs
- CfgParser.cs
- OleDbMetaDataFactory.cs
- CheckBoxList.cs
- DataSourceSelectArguments.cs
- SetterBaseCollection.cs
- DocumentCollection.cs
- DetailsView.cs
- BinHexEncoding.cs
- GraphicsPath.cs
- _NegoState.cs
- SmiContextFactory.cs
- WebPartHelpVerb.cs
- XamlReaderHelper.cs
- SaveFileDialog.cs
- ISAPIRuntime.cs
- FactoryGenerator.cs
- UntrustedRecipientException.cs
- HttpCacheParams.cs
- Int32AnimationUsingKeyFrames.cs
- DocComment.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- AutomationElementIdentifiers.cs
- SystemException.cs
- SlotInfo.cs
- OdbcError.cs
- AttributeInfo.cs
- Column.cs
- Pair.cs
- TableItemPatternIdentifiers.cs
- SemaphoreSecurity.cs
- ReadContentAsBinaryHelper.cs
- AppLevelCompilationSectionCache.cs
- PointValueSerializer.cs
- Matrix.cs
- BuildDependencySet.cs
- IOThreadTimer.cs
- DocumentApplication.cs
- ErrorStyle.cs
- ListViewInsertEventArgs.cs
- PeerObject.cs
- MouseActionConverter.cs
- FileUpload.cs
- OperatingSystem.cs
- Gdiplus.cs
- CopyAction.cs
- BitmapPalette.cs
- SystemColors.cs
- ControlBindingsCollection.cs
- PreservationFileWriter.cs
- DataGridViewCellPaintingEventArgs.cs
- IpcServerChannel.cs
- IntegrationExceptionEventArgs.cs
- WindowVisualStateTracker.cs
- Int16Storage.cs
- SafePipeHandle.cs
- StdValidatorsAndConverters.cs
- XmlSerializationGeneratedCode.cs
- NativeMethods.cs
- TrackingConditionCollection.cs
- SimpleWorkerRequest.cs
- EntityDescriptor.cs
- PropertyIDSet.cs
- TCPListener.cs
- DataSysAttribute.cs
- Visitors.cs
- Floater.cs
- OrCondition.cs
- PropertyEntry.cs
- SqlUserDefinedTypeAttribute.cs
- ErrorFormatterPage.cs
- Journal.cs
- CultureInfoConverter.cs
- SplashScreenNativeMethods.cs
- StylusPointPropertyInfoDefaults.cs
- EmptyStringExpandableObjectConverter.cs
- DiscardableAttribute.cs
- ConvertTextFrag.cs
- OdbcDataReader.cs
- Grant.cs
- RuleValidation.cs
- SoapAttributeOverrides.cs
- ShaderEffect.cs
- DBBindings.cs
- SchemaElementDecl.cs
- DocumentReferenceCollection.cs
- IDataContractSurrogate.cs
- TracedNativeMethods.cs
- SpellCheck.cs
- DataRow.cs
- ServiceContractAttribute.cs
- DataServiceExpressionVisitor.cs
- FileUtil.cs
- OracleCommand.cs
- DocumentNUp.cs
- HotSpotCollectionEditor.cs
- DynamicAttribute.cs
- tibetanshape.cs