Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewDeleteEventArgs.cs / 1 / FormViewDeleteEventArgs.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 FormViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewDeleteEventArgs(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 FormViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewDeleteEventArgs(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
- COM2Properties.cs
- VectorValueSerializer.cs
- Image.cs
- RuntimeArgumentHandle.cs
- Point4DConverter.cs
- ProfileSection.cs
- XmlNullResolver.cs
- ComboBoxItem.cs
- BaseHashHelper.cs
- DocumentViewerAutomationPeer.cs
- MediaPlayer.cs
- assertwrapper.cs
- C14NUtil.cs
- Visitors.cs
- TextPatternIdentifiers.cs
- EditorZoneBase.cs
- WebEvents.cs
- DocumentViewerBaseAutomationPeer.cs
- ToolStripContainerActionList.cs
- ToolboxCategoryItems.cs
- HandlerFactoryCache.cs
- RectAnimation.cs
- httpapplicationstate.cs
- SymbolUsageManager.cs
- ScriptingAuthenticationServiceSection.cs
- WeakReadOnlyCollection.cs
- WebPartZone.cs
- PropertyValueChangedEvent.cs
- DurableOperationContext.cs
- ResourcePart.cs
- ListBoxAutomationPeer.cs
- TemplateKey.cs
- WindowsSolidBrush.cs
- BindingNavigator.cs
- ServiceControllerDesigner.cs
- HtmlMeta.cs
- DocobjHost.cs
- HttpProfileGroupBase.cs
- LicenseContext.cs
- RequestUriProcessor.cs
- ByteAnimationBase.cs
- SafeUserTokenHandle.cs
- Brushes.cs
- DbCommandTree.cs
- PageAdapter.cs
- HwndKeyboardInputProvider.cs
- ProfilePropertyMetadata.cs
- OwnerDrawPropertyBag.cs
- AccessibleObject.cs
- DBNull.cs
- PlanCompilerUtil.cs
- ComponentEvent.cs
- RegexMatch.cs
- ThreadExceptionEvent.cs
- ProtocolsConfiguration.cs
- EventlogProvider.cs
- DataGridViewCellParsingEventArgs.cs
- DataGridViewTextBoxColumn.cs
- SchemaImporter.cs
- XPathNavigator.cs
- Propagator.cs
- ProtocolProfile.cs
- ValueProviderWrapper.cs
- InstanceKeyNotReadyException.cs
- SqlServer2KCompatibilityCheck.cs
- XmlSchemaImport.cs
- DesignerOptions.cs
- XmlWellformedWriter.cs
- PenContext.cs
- LinkLabelLinkClickedEvent.cs
- StateMachine.cs
- StreamUpgradeInitiator.cs
- MdbDataFileEditor.cs
- XmlSortKeyAccumulator.cs
- FlagsAttribute.cs
- ToolboxItem.cs
- System.Data.OracleClient_BID.cs
- HwndSource.cs
- PrintEvent.cs
- SmtpFailedRecipientException.cs
- OracleConnectionFactory.cs
- ImportContext.cs
- GroupBoxAutomationPeer.cs
- BasicExpressionVisitor.cs
- ConnectivityStatus.cs
- SqlUserDefinedTypeAttribute.cs
- MailWriter.cs
- KeyInstance.cs
- ForwardPositionQuery.cs
- CacheVirtualItemsEvent.cs
- DelegatedStream.cs
- RuntimeConfigLKG.cs
- EventSetter.cs
- KeyedHashAlgorithm.cs
- SecurityIdentifierElement.cs
- MarkupCompilePass2.cs
- OleDbWrapper.cs
- TextUtf8RawTextWriter.cs
- SafeWaitHandle.cs
- Columns.cs