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 / ListViewDeleteEventArgs.cs / 1 / ListViewDeleteEventArgs.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 ListViewDeleteEventArgs : CancelEventArgs { private int _itemIndex; private OrderedDictionary _values; private OrderedDictionary _keys; public ListViewDeleteEventArgs(int itemIndex) : base(false) { _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 Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a OrderedDictionary to populate with updated 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 ListViewDeleteEventArgs : CancelEventArgs { private int _itemIndex; private OrderedDictionary _values; private OrderedDictionary _keys; public ListViewDeleteEventArgs(int itemIndex) : base(false) { _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 Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a OrderedDictionary to populate with updated row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InvalidProgramException.cs
- MexHttpBindingElement.cs
- HttpCapabilitiesEvaluator.cs
- Rotation3D.cs
- SystemUdpStatistics.cs
- ConversionValidationRule.cs
- LazyTextWriterCreator.cs
- FormatterServices.cs
- HttpConfigurationContext.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- WebPartConnectionsCancelVerb.cs
- QuaternionConverter.cs
- Point3DAnimationUsingKeyFrames.cs
- RegexGroupCollection.cs
- WrappedIUnknown.cs
- SecurityContext.cs
- Light.cs
- MatrixTransform3D.cs
- RadioButtonBaseAdapter.cs
- PermissionAttributes.cs
- MachineKeyValidationConverter.cs
- ChannelManager.cs
- TemplateAction.cs
- Parameter.cs
- SystemWebCachingSectionGroup.cs
- ContainerUtilities.cs
- RMEnrollmentPage1.cs
- IListConverters.cs
- XmlAutoDetectWriter.cs
- HandlerBase.cs
- XPathExpr.cs
- AnnotationResource.cs
- TrustManagerMoreInformation.cs
- FixedPage.cs
- QueryAccessibilityHelpEvent.cs
- HttpListener.cs
- TextServicesCompartmentEventSink.cs
- UndirectedGraph.cs
- TextProviderWrapper.cs
- SessionStateModule.cs
- CommonObjectSecurity.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ContextStaticAttribute.cs
- CultureInfoConverter.cs
- XXXOnTypeBuilderInstantiation.cs
- ExpressionParser.cs
- webeventbuffer.cs
- TypeConstant.cs
- FillErrorEventArgs.cs
- TabControl.cs
- ItemsPanelTemplate.cs
- ObjectItemConventionAssemblyLoader.cs
- ResourceSetExpression.cs
- NameValueConfigurationCollection.cs
- DNS.cs
- ToolBarPanel.cs
- QueryOperationResponseOfT.cs
- TableColumn.cs
- EnumValidator.cs
- SudsCommon.cs
- FusionWrap.cs
- VirtualPathProvider.cs
- RepeatInfo.cs
- SchemaMapping.cs
- DesignerTextBoxAdapter.cs
- PropertyRecord.cs
- FrameworkTemplate.cs
- EntityModelBuildProvider.cs
- MemberInfoSerializationHolder.cs
- OpenTypeLayout.cs
- Brushes.cs
- Int64Storage.cs
- ListChangedEventArgs.cs
- XmlSchemaComplexContent.cs
- RequestDescription.cs
- GlyphRunDrawing.cs
- Viewport2DVisual3D.cs
- assemblycache.cs
- Publisher.cs
- BindingListCollectionView.cs
- UpdateException.cs
- StateDesigner.TransitionInfo.cs
- ErrorRuntimeConfig.cs
- xmlfixedPageInfo.cs
- InternalCache.cs
- ConnectionPoolManager.cs
- SmiContext.cs
- XmlSchemaAnyAttribute.cs
- ReflectEventDescriptor.cs
- TimeManager.cs
- EdmComplexTypeAttribute.cs
- ClientSettingsStore.cs
- GenericTypeParameterBuilder.cs
- NullToBooleanConverter.cs
- CustomAttributeFormatException.cs
- ConfigXmlElement.cs
- DataBindingExpressionBuilder.cs
- Substitution.cs
- GeneralTransform3DGroup.cs
- RectangleF.cs