Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // 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 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. // 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
- NameTable.cs
- DesignerView.Commands.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- TreeViewDesigner.cs
- TypeToken.cs
- SingleResultAttribute.cs
- TreeViewItem.cs
- DataControlImageButton.cs
- Memoizer.cs
- TreeNodeStyleCollection.cs
- ImageKeyConverter.cs
- Property.cs
- GroupBox.cs
- FreeFormDragDropManager.cs
- Permission.cs
- SafeTokenHandle.cs
- PhysicalFontFamily.cs
- Icon.cs
- WebBrowserSiteBase.cs
- AnimationException.cs
- OleDbRowUpdatingEvent.cs
- TemplateKey.cs
- RemoteWebConfigurationHost.cs
- SparseMemoryStream.cs
- DataGridViewHitTestInfo.cs
- ButtonBaseDesigner.cs
- GlyphCache.cs
- DiscardableAttribute.cs
- CodeCatchClauseCollection.cs
- HashStream.cs
- MediaContext.cs
- DbCommandTree.cs
- PathFigure.cs
- LinkConverter.cs
- Renderer.cs
- DbModificationClause.cs
- ResolveResponse.cs
- TextOutput.cs
- AsymmetricCryptoHandle.cs
- SubMenuStyle.cs
- TaskFormBase.cs
- HtmlInputHidden.cs
- DesignTimeData.cs
- CacheOutputQuery.cs
- AssemblyAttributesGoHere.cs
- PersianCalendar.cs
- LongPath.cs
- ConsumerConnectionPointCollection.cs
- XPathScanner.cs
- CommonObjectSecurity.cs
- SamlDelegatingWriter.cs
- ResourceProperty.cs
- RectangleGeometry.cs
- QilParameter.cs
- DesignerVerbCollection.cs
- SoapFault.cs
- TransactionContextValidator.cs
- OverrideMode.cs
- PhysicalAddress.cs
- ListBox.cs
- XmlAttributeAttribute.cs
- DescendantQuery.cs
- ToolStripHighContrastRenderer.cs
- GridViewRowCollection.cs
- TagMapCollection.cs
- AttributeCollection.cs
- SoapProcessingBehavior.cs
- ReturnType.cs
- UnionCodeGroup.cs
- DBCSCodePageEncoding.cs
- connectionpool.cs
- TextViewBase.cs
- GAC.cs
- HostProtectionPermission.cs
- DictionaryContent.cs
- NameValueCollection.cs
- ChangePasswordDesigner.cs
- RootBrowserWindowAutomationPeer.cs
- HttpCookie.cs
- ColorMatrix.cs
- RoutedEvent.cs
- TextTrailingCharacterEllipsis.cs
- DesignerTransactionCloseEvent.cs
- GreenMethods.cs
- FilterableData.cs
- AmbientLight.cs
- AuthenticationException.cs
- SharedDp.cs
- SystemColorTracker.cs
- StandardCommandToolStripMenuItem.cs
- DefaultValidator.cs
- EntityTypeBase.cs
- XpsLiterals.cs
- SafeRegistryKey.cs
- TransactionFlowOption.cs
- GeneralTransform.cs
- DataGridViewCellParsingEventArgs.cs
- ProvidePropertyAttribute.cs
- RepeaterCommandEventArgs.cs
- BufferModesCollection.cs