Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; } } } } // 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; 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; } } } } // 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
- ResourcePermissionBaseEntry.cs
- NodeFunctions.cs
- QilInvokeEarlyBound.cs
- ScrollData.cs
- TextTrailingWordEllipsis.cs
- SQLSingleStorage.cs
- UnionCodeGroup.cs
- Stroke.cs
- DataGridCellInfo.cs
- FtpWebResponse.cs
- TraceProvider.cs
- XmlUrlResolver.cs
- ObjectListCommand.cs
- DataListItemEventArgs.cs
- ComboBoxItem.cs
- StandardOleMarshalObject.cs
- HttpHandlerAction.cs
- TypeDefinition.cs
- ReceiveCompletedEventArgs.cs
- EmissiveMaterial.cs
- VisualCollection.cs
- StrokeNodeOperations.cs
- DbConnectionStringCommon.cs
- PropertySegmentSerializationProvider.cs
- DomNameTable.cs
- PeerUnsafeNativeMethods.cs
- TerminatorSinks.cs
- ErrorHandler.cs
- MTConfigUtil.cs
- CookieProtection.cs
- PenLineCapValidation.cs
- SAPICategories.cs
- SQLChars.cs
- DesignerActionPropertyItem.cs
- SchemaMerger.cs
- Parameter.cs
- WCFModelStrings.Designer.cs
- HiddenField.cs
- GAC.cs
- WindowsSecurityTokenAuthenticator.cs
- ZipArchive.cs
- IncrementalCompileAnalyzer.cs
- FloaterParaClient.cs
- SharedUtils.cs
- AsyncParams.cs
- cookieexception.cs
- Debug.cs
- EncoderFallback.cs
- DataGridCell.cs
- HtmlInputFile.cs
- SmiEventSink_Default.cs
- ComNativeDescriptor.cs
- CodeDirectoryCompiler.cs
- DataGridPagerStyle.cs
- CombinedGeometry.cs
- TreeNodeCollection.cs
- SpotLight.cs
- FillErrorEventArgs.cs
- Internal.cs
- DispatcherHookEventArgs.cs
- MsmqChannelListenerBase.cs
- UserPersonalizationStateInfo.cs
- ScriptResourceHandler.cs
- TextWriterEngine.cs
- WebEventCodes.cs
- Binding.cs
- FormatVersion.cs
- RectangleF.cs
- CheckBoxFlatAdapter.cs
- CategoryValueConverter.cs
- ItemsControlAutomationPeer.cs
- HtmlInputPassword.cs
- OleAutBinder.cs
- DefaultSection.cs
- TreeView.cs
- QilLiteral.cs
- PackageRelationship.cs
- MatrixCamera.cs
- ConditionalDesigner.cs
- SimpleModelProvider.cs
- TreeViewImageIndexConverter.cs
- PropertyEntry.cs
- StickyNoteHelper.cs
- OleDbMetaDataFactory.cs
- WorkflowCommandExtensionItem.cs
- XAMLParseException.cs
- TcpConnectionPool.cs
- Baml2006KnownTypes.cs
- Attributes.cs
- TreeViewDesigner.cs
- DbConvert.cs
- KeyEvent.cs
- AttachedAnnotationChangedEventArgs.cs
- FormattedTextSymbols.cs
- ChannelProtectionRequirements.cs
- AsmxEndpointPickerExtension.cs
- ValidationHelper.cs
- ScrollPattern.cs
- SecurityElement.cs
- ComponentChangedEvent.cs