Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewDeleteEventArgs.cs / 1305376 / ListViewDeleteEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { 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 { 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
- BaseCollection.cs
- ExpressionLexer.cs
- DoubleLinkList.cs
- DrawingGroupDrawingContext.cs
- SQLByte.cs
- ListView.cs
- KeyValueConfigurationElement.cs
- XpsThumbnail.cs
- DirectoryRedirect.cs
- BrowserCapabilitiesCompiler.cs
- HScrollProperties.cs
- WebPartManager.cs
- WindowsSlider.cs
- Soap12ProtocolImporter.cs
- DataControlFieldHeaderCell.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ClientBuildManagerCallback.cs
- _SingleItemRequestCache.cs
- formatter.cs
- FormViewUpdatedEventArgs.cs
- AttributeData.cs
- ReturnEventArgs.cs
- StringOutput.cs
- ResourcePermissionBaseEntry.cs
- ProtocolElement.cs
- InlineCollection.cs
- PolyBezierSegment.cs
- DeclaredTypeValidatorAttribute.cs
- SourceFileBuildProvider.cs
- ApplicationCommands.cs
- Button.cs
- SQLByteStorage.cs
- FontFamily.cs
- DuplexChannelBinder.cs
- SafeNativeMethods.cs
- DetailsViewModeEventArgs.cs
- PtsHost.cs
- FontDifferentiator.cs
- BeginEvent.cs
- PriorityRange.cs
- MatrixStack.cs
- SHA512Managed.cs
- AsymmetricSignatureDeformatter.cs
- UnhandledExceptionEventArgs.cs
- RelatedEnd.cs
- SchemaMapping.cs
- ClientOptions.cs
- FusionWrap.cs
- NameTable.cs
- FacetChecker.cs
- UriSectionReader.cs
- HtmlControl.cs
- XmlAttributes.cs
- LinqDataSource.cs
- RawUIStateInputReport.cs
- JsonReader.cs
- ServicePoint.cs
- HMACSHA512.cs
- WebServiceEnumData.cs
- GeneralTransform3DGroup.cs
- RemotingConfiguration.cs
- TextTrailingCharacterEllipsis.cs
- PtsContext.cs
- SchemaConstraints.cs
- AutomationPropertyInfo.cs
- ShapeTypeface.cs
- NavigationWindow.cs
- XmlValidatingReader.cs
- ResourceManager.cs
- XmlNodeComparer.cs
- SmiXetterAccessMap.cs
- WebReferencesBuildProvider.cs
- XmlSchemaFacet.cs
- TreeSet.cs
- SynchronizedDispatch.cs
- PersonalizationProviderCollection.cs
- DataRecordInternal.cs
- namescope.cs
- FastEncoderWindow.cs
- PreviewPrintController.cs
- StateMachineHistory.cs
- DataGridViewSelectedColumnCollection.cs
- ParallelLoopState.cs
- HMAC.cs
- SignatureToken.cs
- CompiledQuery.cs
- XmlName.cs
- GridViewRowCollection.cs
- AVElementHelper.cs
- WebBrowsableAttribute.cs
- SelectionChangedEventArgs.cs
- PointCollection.cs
- PageEventArgs.cs
- RoleManagerSection.cs
- KeyboardEventArgs.cs
- Deserializer.cs
- Padding.cs
- CollectionViewProxy.cs
- GridViewRowCollection.cs
- filewebresponse.cs