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
- ObjectIDGenerator.cs
- Rijndael.cs
- SqlClientPermission.cs
- Utility.cs
- CqlWriter.cs
- JournalEntry.cs
- ConcurrentDictionary.cs
- ACE.cs
- QuerySetOp.cs
- DataListItem.cs
- WebPartConnectionsCancelVerb.cs
- SystemDiagnosticsSection.cs
- Int32Collection.cs
- DefaultSection.cs
- PopupRoot.cs
- SRDisplayNameAttribute.cs
- AssertFilter.cs
- DockPatternIdentifiers.cs
- ValidateNames.cs
- MasterPageBuildProvider.cs
- BinaryConverter.cs
- DecimalConstantAttribute.cs
- Mapping.cs
- ComboBoxItem.cs
- StructuredTypeInfo.cs
- WebPartDisplayModeCollection.cs
- Attributes.cs
- XamlPointCollectionSerializer.cs
- Encoder.cs
- Zone.cs
- TextServicesCompartment.cs
- WebPartTransformerCollection.cs
- DataSourceExpression.cs
- ToggleProviderWrapper.cs
- Int16Storage.cs
- TailPinnedEventArgs.cs
- DataContractSerializerOperationFormatter.cs
- PkcsUtils.cs
- MexHttpBindingCollectionElement.cs
- DynamicActionMessageFilter.cs
- FastEncoder.cs
- TextSerializer.cs
- DataGridItemEventArgs.cs
- SqlDataSource.cs
- DataSourceControlBuilder.cs
- PackageController.cs
- CellPartitioner.cs
- Rect3D.cs
- OperatingSystem.cs
- SafeEventLogWriteHandle.cs
- SapiRecognizer.cs
- FrameworkContentElement.cs
- MbpInfo.cs
- SmiEventStream.cs
- MatrixCamera.cs
- Int64Converter.cs
- DashStyle.cs
- ChangePasswordDesigner.cs
- XPathNodeInfoAtom.cs
- InstanceOwner.cs
- ProgressBarAutomationPeer.cs
- TimeoutHelper.cs
- LoginView.cs
- SplineKeyFrames.cs
- SHA512Managed.cs
- ExtractorMetadata.cs
- Registry.cs
- WindowsContainer.cs
- SoapReflectionImporter.cs
- TagPrefixInfo.cs
- Encoder.cs
- xdrvalidator.cs
- RotateTransform3D.cs
- RecognizerInfo.cs
- DeferredTextReference.cs
- PointHitTestResult.cs
- KeySpline.cs
- MLangCodePageEncoding.cs
- XmlDataSourceView.cs
- SqlFacetAttribute.cs
- AnnotationDocumentPaginator.cs
- SecureEnvironment.cs
- ProcessInputEventArgs.cs
- ExpressionReplacer.cs
- SchemaImporter.cs
- EventLogEntryCollection.cs
- InvalidWMPVersionException.cs
- SafeHandle.cs
- BitmapInitialize.cs
- File.cs
- HideDisabledControlAdapter.cs
- XsltArgumentList.cs
- ListViewUpdateEventArgs.cs
- DataGridViewCellStyleChangedEventArgs.cs
- ChameleonKey.cs
- File.cs
- GraphicsPathIterator.cs
- QilExpression.cs
- NameValueFileSectionHandler.cs
- WindowsListViewItemStartMenu.cs