Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; ////// [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; ///Provides data for some ///events. /// public FormViewUpdateEventArgs(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 FormViewUpdateEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; private OrderedDictionary _keys; private OrderedDictionary _oldValues; ///Provides data for some ///events. /// public FormViewUpdateEventArgs(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
- SoapIgnoreAttribute.cs
- DataGridViewControlCollection.cs
- DoubleConverter.cs
- MenuItemCollection.cs
- XhtmlCssHandler.cs
- TypedAsyncResult.cs
- MarshalByRefObject.cs
- TripleDESCryptoServiceProvider.cs
- Comparer.cs
- _OSSOCK.cs
- OpacityConverter.cs
- SamlConditions.cs
- XmlObjectSerializerWriteContextComplex.cs
- BaseConfigurationRecord.cs
- ParameterToken.cs
- ResourceWriter.cs
- SQLMoney.cs
- CompoundFileIOPermission.cs
- ValueTypeFixupInfo.cs
- Section.cs
- _Semaphore.cs
- ClientTargetCollection.cs
- Evaluator.cs
- PersistNameAttribute.cs
- HyperLinkColumn.cs
- ToolStripPanelCell.cs
- CodeTypeParameterCollection.cs
- Region.cs
- RSAPKCS1SignatureFormatter.cs
- WebPartsPersonalization.cs
- RedirectionProxy.cs
- WindowCollection.cs
- XmlnsPrefixAttribute.cs
- NavigateEvent.cs
- StateRuntime.cs
- LayoutEngine.cs
- SessionParameter.cs
- WebConfigurationHost.cs
- KeyEvent.cs
- SqlStream.cs
- RequestQueryParser.cs
- ObjectItemAssemblyLoader.cs
- StorageConditionPropertyMapping.cs
- XPathParser.cs
- AllMembershipCondition.cs
- MachineSettingsSection.cs
- GlyphsSerializer.cs
- ClassValidator.cs
- GiveFeedbackEvent.cs
- LabelDesigner.cs
- TextRangeAdaptor.cs
- DeviceContext2.cs
- updateconfighost.cs
- InkCanvasAutomationPeer.cs
- MenuItem.cs
- Inflater.cs
- SubMenuStyle.cs
- DesignerHost.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- AgileSafeNativeMemoryHandle.cs
- BindingCompleteEventArgs.cs
- ReadOnlyDataSource.cs
- _UncName.cs
- Missing.cs
- DecimalAnimationBase.cs
- HashHelper.cs
- ImageUrlEditor.cs
- ViewUtilities.cs
- ImageListUtils.cs
- QueryCacheKey.cs
- ApplicationException.cs
- AnyAllSearchOperator.cs
- WSTrustDec2005.cs
- JavaScriptSerializer.cs
- TabItemWrapperAutomationPeer.cs
- XsdDuration.cs
- XmlQualifiedName.cs
- XsltArgumentList.cs
- DateTimeConverter2.cs
- HttpWebResponse.cs
- SHA384Managed.cs
- ProtocolInformationWriter.cs
- DataListItemEventArgs.cs
- CmsUtils.cs
- BitmapEffect.cs
- PersonalizationStateInfo.cs
- CryptoKeySecurity.cs
- ManipulationDelta.cs
- MdImport.cs
- TemplateInstanceAttribute.cs
- ApplicationGesture.cs
- XamlFigureLengthSerializer.cs
- XmlMtomReader.cs
- HideDisabledControlAdapter.cs
- FileLevelControlBuilderAttribute.cs
- ListViewItemEventArgs.cs
- externdll.cs
- XmlDocumentSerializer.cs
- Row.cs
- mongolianshape.cs