Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewDeleteEventArgs.cs / 1 / GridViewDeleteEventArgs.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 GridViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; public GridViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Provides data for some ///events. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list to populate with parameters that identify the row to delete. 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 keyed list to populate with old 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 GridViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; public GridViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Provides data for some ///events. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list to populate with parameters that identify the row to delete. 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 keyed list to populate with old row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ISessionStateStore.cs
- InteropExecutor.cs
- TextServicesCompartment.cs
- MarkedHighlightComponent.cs
- ObjectQueryState.cs
- EmptyEnumerable.cs
- DetailsViewDeleteEventArgs.cs
- TextRangeSerialization.cs
- nulltextnavigator.cs
- SrgsText.cs
- Odbc32.cs
- ImageFormatConverter.cs
- FragmentQueryProcessor.cs
- PartitionedStreamMerger.cs
- UnsafeNativeMethods.cs
- AppLevelCompilationSectionCache.cs
- ImageButton.cs
- SingleTagSectionHandler.cs
- DescriptionAttribute.cs
- PageThemeBuildProvider.cs
- PageContent.cs
- DeviceSpecificChoice.cs
- LabelLiteral.cs
- KnownBoxes.cs
- Int32AnimationBase.cs
- XmlUtilWriter.cs
- XsltContext.cs
- SerializationEventsCache.cs
- ProxyGenerationError.cs
- CreateUserWizardDesigner.cs
- ConvertEvent.cs
- BrushMappingModeValidation.cs
- OracleFactory.cs
- DocumentPage.cs
- MetadataArtifactLoaderResource.cs
- LicFileLicenseProvider.cs
- LookupBindingPropertiesAttribute.cs
- XmlWrappingReader.cs
- EditorAttribute.cs
- HttpCacheVaryByContentEncodings.cs
- ToolStripDropDownItem.cs
- OleDbConnectionInternal.cs
- EditorZoneBase.cs
- QilValidationVisitor.cs
- HandlerFactoryWrapper.cs
- SimpleHandlerFactory.cs
- XmlNodeReader.cs
- LineVisual.cs
- WebBrowserSiteBase.cs
- Ref.cs
- HTTPNotFoundHandler.cs
- CompilerState.cs
- ScriptResourceInfo.cs
- ObjectDataSourceDisposingEventArgs.cs
- ExceptionUtil.cs
- CustomWebEventKey.cs
- ProfessionalColorTable.cs
- WindowsUpDown.cs
- Ref.cs
- ToolStripSystemRenderer.cs
- NotCondition.cs
- ConnectionManagementElementCollection.cs
- PrivilegeNotHeldException.cs
- _NegoStream.cs
- RedistVersionInfo.cs
- Tablet.cs
- BaseTemplateCodeDomTreeGenerator.cs
- BamlRecords.cs
- TextRunCacheImp.cs
- EventLogPropertySelector.cs
- DataControlPagerLinkButton.cs
- CustomPopupPlacement.cs
- DataGridViewTextBoxColumn.cs
- CompatibleIComparer.cs
- SecurityIdentifierElement.cs
- GlyphRunDrawing.cs
- DataIdProcessor.cs
- Root.cs
- XmlSchemaObjectCollection.cs
- ProxyManager.cs
- EmbossBitmapEffect.cs
- XmlEntity.cs
- CodeSpit.cs
- WorkflowServiceOperationListItem.cs
- DataContractAttribute.cs
- DesignerToolboxInfo.cs
- BitmapFrameDecode.cs
- Timer.cs
- ViewValidator.cs
- Buffer.cs
- DataQuery.cs
- EndpointDiscoveryElement.cs
- XamlToRtfWriter.cs
- SqlReferenceCollection.cs
- MergeFilterQuery.cs
- ExclusiveTcpTransportManager.cs
- ImageDesigner.cs
- CodePageUtils.cs
- Mutex.cs
- FormViewUpdatedEventArgs.cs