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 / DetailsViewDeleteEventArgs.cs / 1 / DetailsViewDeleteEventArgs.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 DetailsViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Initializes a new instance of the ////// class. /// 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 DetailsViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Initializes a new instance of the ////// class. /// 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
- SessionParameter.cs
- HttpTransportSecurity.cs
- StorageEntityContainerMapping.cs
- DataServiceConfiguration.cs
- SearchForVirtualItemEventArgs.cs
- RemotingSurrogateSelector.cs
- HelpEvent.cs
- DataGridPagerStyle.cs
- NetSectionGroup.cs
- DBPropSet.cs
- SQLBinaryStorage.cs
- DesignerMetadata.cs
- CompositionTarget.cs
- SQLInt16Storage.cs
- ByteStream.cs
- PersonalizationStateQuery.cs
- EntityDataSourceSelectedEventArgs.cs
- SettingsPropertyIsReadOnlyException.cs
- FastEncoderWindow.cs
- CodeTryCatchFinallyStatement.cs
- BulletDecorator.cs
- SettingsPropertyIsReadOnlyException.cs
- HttpServerVarsCollection.cs
- DynamicValueConverter.cs
- HttpResponseMessageProperty.cs
- FileIOPermission.cs
- TimelineClockCollection.cs
- SByte.cs
- ValueOfAction.cs
- EntityDataSourceContextDisposingEventArgs.cs
- Application.cs
- ClusterRegistryConfigurationProvider.cs
- FacetDescriptionElement.cs
- WrappedReader.cs
- TableChangeProcessor.cs
- FormViewDeletedEventArgs.cs
- SafeRegistryKey.cs
- SynchronizingStream.cs
- XmlSerializer.cs
- XmlAttributes.cs
- WebPartCatalogAddVerb.cs
- ThreadWorkerController.cs
- FormsAuthenticationModule.cs
- XhtmlTextWriter.cs
- TableDetailsRow.cs
- RewritingPass.cs
- LinkClickEvent.cs
- ToolStripPanelRenderEventArgs.cs
- WinFormsSpinner.cs
- IndentedWriter.cs
- Drawing.cs
- XmlAttributeCollection.cs
- ListenerHandler.cs
- UriTemplateClientFormatter.cs
- Invariant.cs
- ActivityBuilderHelper.cs
- BooleanSwitch.cs
- ThreadAttributes.cs
- BidOverLoads.cs
- SynchronizationLockException.cs
- RequestCachePolicy.cs
- SelectiveScrollingGrid.cs
- SqlRemoveConstantOrderBy.cs
- TemplateControlCodeDomTreeGenerator.cs
- RequestResponse.cs
- EditingCommands.cs
- TextWriterTraceListener.cs
- BackStopAuthenticationModule.cs
- ProtectedConfiguration.cs
- DATA_BLOB.cs
- DocumentCollection.cs
- UniformGrid.cs
- WindowsPrincipal.cs
- SqlDataSourceQueryEditorForm.cs
- ElementFactory.cs
- EmptyCollection.cs
- DataGridViewBindingCompleteEventArgs.cs
- MultiView.cs
- WinEventTracker.cs
- BoolLiteral.cs
- CharEnumerator.cs
- AppDomainShutdownMonitor.cs
- ToolStripRenderEventArgs.cs
- ComponentDispatcherThread.cs
- TokenBasedSet.cs
- ZipIOExtraFieldElement.cs
- Base64Encoding.cs
- recordstatefactory.cs
- BamlResourceContent.cs
- ResXResourceWriter.cs
- OperationCanceledException.cs
- DefaultHttpHandler.cs
- IndicFontClient.cs
- StreamGeometryContext.cs
- TraceUtility.cs
- VisualTransition.cs
- NeutralResourcesLanguageAttribute.cs
- Geometry3D.cs
- ValueUtilsSmi.cs
- ipaddressinformationcollection.cs