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
- ObjectSet.cs
- Pen.cs
- TextAdaptor.cs
- DataTrigger.cs
- WindowsTitleBar.cs
- Vector3dCollection.cs
- AuthenticationConfig.cs
- UnsafeNativeMethods.cs
- WindowsListBox.cs
- EntityContainerEmitter.cs
- _BufferOffsetSize.cs
- MarshalByValueComponent.cs
- UIHelper.cs
- NullableBoolConverter.cs
- TraceProvider.cs
- AbstractSvcMapFileLoader.cs
- BinaryCommonClasses.cs
- ButtonChrome.cs
- DialogResultConverter.cs
- QuaternionAnimation.cs
- XPathEmptyIterator.cs
- METAHEADER.cs
- StateRuntime.cs
- Error.cs
- DataObjectPastingEventArgs.cs
- DropSource.cs
- ConfigurationValidatorBase.cs
- HtmlInputRadioButton.cs
- LocatorGroup.cs
- CalendarDay.cs
- SiteOfOriginPart.cs
- SchemaTableOptionalColumn.cs
- LinqDataSourceEditData.cs
- DataControlLinkButton.cs
- UIHelper.cs
- XmlSchemaSet.cs
- DataServiceHost.cs
- EmptyEnumerator.cs
- Serialization.cs
- Processor.cs
- AsyncOperationManager.cs
- ListControl.cs
- UndirectedGraph.cs
- activationcontext.cs
- RsaSecurityToken.cs
- DbProviderFactories.cs
- WebPartZone.cs
- ColumnMapVisitor.cs
- MsiStyleLogWriter.cs
- Vector3dCollection.cs
- CodeConditionStatement.cs
- EntityWithKeyStrategy.cs
- ComboBoxItem.cs
- QilFunction.cs
- TransactionState.cs
- SectionUpdates.cs
- ColorAnimationUsingKeyFrames.cs
- SingleAnimation.cs
- MatrixConverter.cs
- ServiceControllerDesigner.cs
- SqlParameterCollection.cs
- DataControlPagerLinkButton.cs
- MenuCommands.cs
- TableDetailsRow.cs
- HttpModuleCollection.cs
- ColumnMapCopier.cs
- ImmutablePropertyDescriptorGridEntry.cs
- XPathMessageFilterElement.cs
- ListBoxChrome.cs
- RepeatInfo.cs
- BindingCollection.cs
- EntityParameter.cs
- Size.cs
- SafeRegistryHandle.cs
- SQlBooleanStorage.cs
- _Events.cs
- MimeXmlImporter.cs
- XPathArrayIterator.cs
- Msmq4PoisonHandler.cs
- ItemCheckedEvent.cs
- SiteOfOriginContainer.cs
- XPathEmptyIterator.cs
- SqlError.cs
- PreviewPageInfo.cs
- XmlNodeChangedEventArgs.cs
- XamlGridLengthSerializer.cs
- DocumentPaginator.cs
- AmbientLight.cs
- Pair.cs
- XmlCodeExporter.cs
- DataSourceControlBuilder.cs
- JumpPath.cs
- ComMethodElement.cs
- Image.cs
- TextCollapsingProperties.cs
- DbDataSourceEnumerator.cs
- TextTreeUndoUnit.cs
- BridgeDataRecord.cs
- CryptographicAttribute.cs
- DocumentPageViewAutomationPeer.cs