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
- SqlProcedureAttribute.cs
- Roles.cs
- LogManagementAsyncResult.cs
- SoapSchemaMember.cs
- UnsafeNativeMethods.cs
- BitmapEffectDrawing.cs
- UrlAuthFailedErrorFormatter.cs
- XXXOnTypeBuilderInstantiation.cs
- DataListItemEventArgs.cs
- CookieProtection.cs
- ObjectStateFormatter.cs
- MatchNoneMessageFilter.cs
- WinInetCache.cs
- sortedlist.cs
- CodeConstructor.cs
- hresults.cs
- BooleanStorage.cs
- Effect.cs
- ContentFilePart.cs
- ObjectDisposedException.cs
- Rijndael.cs
- TextServicesContext.cs
- DocumentReferenceCollection.cs
- HtmlElementErrorEventArgs.cs
- CompiledQueryCacheKey.cs
- SoapCommonClasses.cs
- MsmqUri.cs
- TabControlEvent.cs
- Debug.cs
- Duration.cs
- OleDbRowUpdatingEvent.cs
- TaiwanCalendar.cs
- XmlAttribute.cs
- PathData.cs
- CheckBoxBaseAdapter.cs
- Parsers.cs
- GridViewCommandEventArgs.cs
- ContourSegment.cs
- ConnectionStringsSection.cs
- BaseEntityWrapper.cs
- HtmlLink.cs
- UInt16.cs
- EnumerableCollectionView.cs
- CellParagraph.cs
- CalendarBlackoutDatesCollection.cs
- CompilerParameters.cs
- VariableExpressionConverter.cs
- RenderOptions.cs
- WindowsListViewGroup.cs
- UInt32Converter.cs
- DataObjectFieldAttribute.cs
- SqlCacheDependency.cs
- Keywords.cs
- ReadOnlyHierarchicalDataSourceView.cs
- EmptyQuery.cs
- _IPv4Address.cs
- SqlFunctionAttribute.cs
- CodeConstructor.cs
- SpecialTypeDataContract.cs
- UriTemplateEquivalenceComparer.cs
- LinqDataSourceInsertEventArgs.cs
- ChannelManager.cs
- CompositeTypefaceMetrics.cs
- ResourceManagerWrapper.cs
- SymLanguageType.cs
- DataGridViewAccessibleObject.cs
- InputMethodStateChangeEventArgs.cs
- TransactionFlowBindingElementImporter.cs
- EntityDesignerBuildProvider.cs
- ForEachDesigner.xaml.cs
- CounterCreationData.cs
- CommonGetThemePartSize.cs
- CachedFontFamily.cs
- FilterException.cs
- StateDesigner.CommentLayoutGlyph.cs
- TreeNodeBinding.cs
- UnsafeNativeMethodsCLR.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- XmlValidatingReaderImpl.cs
- DLinqDataModelProvider.cs
- TextBox.cs
- LineGeometry.cs
- ParameterElement.cs
- DataExpression.cs
- ResourcePermissionBase.cs
- NetStream.cs
- ConfigXmlSignificantWhitespace.cs
- UtilityExtension.cs
- XmlParserContext.cs
- FlowDocumentReader.cs
- CodeObject.cs
- DataColumnCollection.cs
- ResourcePart.cs
- MaskedTextProvider.cs
- ObjectPropertyMapping.cs
- LastQueryOperator.cs
- DataGrid.cs
- SwitchAttribute.cs
- VisualStyleElement.cs
- ProxyAttribute.cs