Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- Util.cs
- DataGridViewBindingCompleteEventArgs.cs
- SoapReflectionImporter.cs
- DataBindingCollection.cs
- Zone.cs
- MetadataPropertyvalue.cs
- Properties.cs
- MessageBodyDescription.cs
- Ref.cs
- Int16AnimationBase.cs
- WindowsListViewItem.cs
- SQLInt64.cs
- LayoutEditorPart.cs
- FileClassifier.cs
- _SSPIWrapper.cs
- ScriptReferenceEventArgs.cs
- InternalConfigSettingsFactory.cs
- BridgeDataRecord.cs
- DotAtomReader.cs
- OracleFactory.cs
- ToolStripContentPanelRenderEventArgs.cs
- XhtmlBasicLinkAdapter.cs
- MenuItem.cs
- Transaction.cs
- WindowsPen.cs
- CompoundFileIOPermission.cs
- PerfCounterSection.cs
- mil_sdk_version.cs
- TableRow.cs
- ScriptResourceHandler.cs
- BrowserCapabilitiesCodeGenerator.cs
- EntityDataSourceContextDisposingEventArgs.cs
- XmlSchemaSimpleTypeUnion.cs
- QilPatternFactory.cs
- CommonProperties.cs
- ColorDialog.cs
- ParserHooks.cs
- ClockController.cs
- InstanceView.cs
- LightweightCodeGenerator.cs
- BindingContext.cs
- ConfigurationManagerInternal.cs
- TextFormatterImp.cs
- ResourcePool.cs
- AesManaged.cs
- ReflectionHelper.cs
- SQLMembershipProvider.cs
- TargetFrameworkAttribute.cs
- WebBrowserPermission.cs
- InstanceCreationEditor.cs
- CssStyleCollection.cs
- HttpCachePolicyElement.cs
- ZipIOModeEnforcingStream.cs
- SurrogateSelector.cs
- StringAnimationBase.cs
- InputReportEventArgs.cs
- ObjectToken.cs
- Utils.cs
- SynchronizedInputPattern.cs
- PasswordRecoveryAutoFormat.cs
- GlyphRunDrawing.cs
- BindingExpression.cs
- ProgressiveCrcCalculatingStream.cs
- AlphabeticalEnumConverter.cs
- ReferenceConverter.cs
- SafeNativeMethods.cs
- GeometryDrawing.cs
- DrawingContext.cs
- GPPOINTF.cs
- DataTemplateSelector.cs
- MailAddressCollection.cs
- SettingsSection.cs
- TextEndOfParagraph.cs
- BitmapEffectInputData.cs
- IMembershipProvider.cs
- PointHitTestParameters.cs
- TerminatorSinks.cs
- XpsInterleavingPolicy.cs
- AppSettingsSection.cs
- SimpleHandlerBuildProvider.cs
- HttpCacheVary.cs
- SafeRightsManagementEnvironmentHandle.cs
- PersonalizationAdministration.cs
- HuffmanTree.cs
- AspNetSynchronizationContext.cs
- _ListenerResponseStream.cs
- ResourceWriter.cs
- Dump.cs
- ClosureBinding.cs
- DataView.cs
- DataGridCellClipboardEventArgs.cs
- XsltSettings.cs
- CacheManager.cs
- TableLayoutCellPaintEventArgs.cs
- PersonalizableAttribute.cs
- HtmlGenericControl.cs
- WebReferencesBuildProvider.cs
- XmlAttributeOverrides.cs
- TouchFrameEventArgs.cs
- VirtualizedContainerService.cs