Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- Parsers.cs
- XmlCDATASection.cs
- DesignerOptionService.cs
- StylusLogic.cs
- Clipboard.cs
- ProfessionalColorTable.cs
- AccessViolationException.cs
- XmlSchemaInfo.cs
- AutoResizedEvent.cs
- ItemDragEvent.cs
- WmfPlaceableFileHeader.cs
- StylusEditingBehavior.cs
- UIElementCollection.cs
- WpfSharedBamlSchemaContext.cs
- DataGridPagingPage.cs
- MD5.cs
- InstanceLockTracking.cs
- ProxyAttribute.cs
- StickyNoteContentControl.cs
- AVElementHelper.cs
- ToolStripItem.cs
- XPathDescendantIterator.cs
- LabelEditEvent.cs
- XsltLoader.cs
- AssemblyAttributes.cs
- DiscoveryCallbackBehavior.cs
- FormClosingEvent.cs
- AssemblyResourceLoader.cs
- Properties.cs
- OSFeature.cs
- ListControlStringCollectionEditor.cs
- BlobPersonalizationState.cs
- MimeBasePart.cs
- ApplicationDirectory.cs
- GridEntry.cs
- XmlArrayAttribute.cs
- dataSvcMapFileLoader.cs
- RightsManagementEncryptionTransform.cs
- Quaternion.cs
- BrowserCapabilitiesCodeGenerator.cs
- SortDescriptionCollection.cs
- ActivityExecutor.cs
- ElementFactory.cs
- TabItemAutomationPeer.cs
- FixedPageStructure.cs
- ProgressBarBrushConverter.cs
- ScrollProviderWrapper.cs
- XmlReader.cs
- XmlDataLoader.cs
- DiscoveryDocumentSearchPattern.cs
- Certificate.cs
- DataViewManager.cs
- LayoutTableCell.cs
- FormsIdentity.cs
- SoapTypeAttribute.cs
- WebSysDescriptionAttribute.cs
- SystemDiagnosticsSection.cs
- ProcessThread.cs
- WebPartEditorApplyVerb.cs
- EntityType.cs
- PropertyInfoSet.cs
- AccessDataSourceView.cs
- ImageInfo.cs
- OpacityConverter.cs
- NativeMethodsCLR.cs
- TemplateGroupCollection.cs
- TextDecorationCollection.cs
- ContextMenu.cs
- ProcessInputEventArgs.cs
- BinHexDecoder.cs
- WebPartMenu.cs
- TreeNodeBindingCollection.cs
- Send.cs
- HttpCapabilitiesEvaluator.cs
- LocatorManager.cs
- OrderedParallelQuery.cs
- TextSpanModifier.cs
- StopStoryboard.cs
- TargetFrameworkAttribute.cs
- ViewPort3D.cs
- RuleSetReference.cs
- TransactionTraceIdentifier.cs
- WebServiceReceiveDesigner.cs
- XsltSettings.cs
- Error.cs
- XmlnsDefinitionAttribute.cs
- WeakReferenceKey.cs
- PublisherMembershipCondition.cs
- ToolStripRenderEventArgs.cs
- ProxyGenerationError.cs
- DisplayInformation.cs
- typedescriptorpermissionattribute.cs
- FormViewRow.cs
- LinkConverter.cs
- SecuritySessionFilter.cs
- StylusPointPropertyInfo.cs
- Deserializer.cs
- BamlReader.cs
- TileBrush.cs
- StorageFunctionMapping.cs