Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewUpdateEventArgs.cs / 1 / ListViewUpdateEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ListViewUpdateEventArgs : CancelEventArgs { private int _itemIndex; private OrderedDictionary _values; private OrderedDictionary _keys; private OrderedDictionary _oldValues; public ListViewUpdateEventArgs(int itemIndex) { _itemIndex = itemIndex; } ////// public int ItemIndex { get { return _itemIndex; } } ///Gets the int 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. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ListViewUpdateEventArgs : CancelEventArgs { private int _itemIndex; private OrderedDictionary _values; private OrderedDictionary _keys; private OrderedDictionary _oldValues; public ListViewUpdateEventArgs(int itemIndex) { _itemIndex = itemIndex; } ////// public int ItemIndex { get { return _itemIndex; } } ///Gets the int 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
- CqlParserHelpers.cs
- LockCookie.cs
- RetrieveVirtualItemEventArgs.cs
- ControlUtil.cs
- DataGridViewCellStateChangedEventArgs.cs
- LOSFormatter.cs
- Membership.cs
- InternalControlCollection.cs
- ArrayList.cs
- SchemaNotation.cs
- TransformPatternIdentifiers.cs
- EntityDesignerBuildProvider.cs
- MediaSystem.cs
- XmlSerializationGeneratedCode.cs
- CompModSwitches.cs
- SecurityElement.cs
- SaveFileDialog.cs
- EntryIndex.cs
- FileNameEditor.cs
- ToolStripGripRenderEventArgs.cs
- ImplicitInputBrush.cs
- Enum.cs
- XmlHierarchicalDataSourceView.cs
- ModelItem.cs
- ObjectCloneHelper.cs
- _DomainName.cs
- VectorCollectionValueSerializer.cs
- PhysicalOps.cs
- XXXOnTypeBuilderInstantiation.cs
- GridViewPageEventArgs.cs
- MarkupExtensionSerializer.cs
- objectquery_tresulttype.cs
- AxisAngleRotation3D.cs
- Registry.cs
- NotFiniteNumberException.cs
- AudioException.cs
- PriorityBinding.cs
- SizeIndependentAnimationStorage.cs
- RtfFormatStack.cs
- PointF.cs
- Base64Decoder.cs
- ConfigXmlText.cs
- UTF8Encoding.cs
- DataGridViewRowPostPaintEventArgs.cs
- XmlSerializerSection.cs
- Environment.cs
- BitStack.cs
- path.cs
- SchemaConstraints.cs
- Fonts.cs
- _ProxyChain.cs
- TemplateKeyConverter.cs
- SynchronizationLockException.cs
- GetPageNumberCompletedEventArgs.cs
- XmlAtomicValue.cs
- SiteMapNodeCollection.cs
- RemotingAttributes.cs
- MeshGeometry3D.cs
- CommandLibraryHelper.cs
- ColorPalette.cs
- FixedFindEngine.cs
- InertiaTranslationBehavior.cs
- BooleanSwitch.cs
- AsymmetricKeyExchangeDeformatter.cs
- AssemblyHash.cs
- CancellationHandler.cs
- SaveFileDialog.cs
- GenerateTemporaryAssemblyTask.cs
- Italic.cs
- ClientConfigurationHost.cs
- CallbackTimeoutsBehavior.cs
- Int32Storage.cs
- PropertyStore.cs
- GeneralTransform3D.cs
- MatrixConverter.cs
- HttpInputStream.cs
- DescendantQuery.cs
- ValueType.cs
- BrowserDefinition.cs
- Cursor.cs
- _TLSstream.cs
- DataBindingList.cs
- Transform.cs
- EntityDataSourceContainerNameConverter.cs
- DataGridViewSelectedRowCollection.cs
- VisualSerializer.cs
- ThreadStaticAttribute.cs
- WindowsUpDown.cs
- Section.cs
- ExternalException.cs
- UnaryOperationBinder.cs
- NetTcpSection.cs
- TableLayoutStyle.cs
- XmlSigningNodeWriter.cs
- CodeTypeParameter.cs
- PrimaryKeyTypeConverter.cs
- ComNativeDescriptor.cs
- Encoder.cs
- DataTableCollection.cs
- BulletChrome.cs