Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewDeleteEventArgs.cs / 1305376 / 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; ////// 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; ////// 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
- EnglishPluralizationService.cs
- DataGrid.cs
- FixUp.cs
- TemplatedWizardStep.cs
- MonitorWrapper.cs
- LoggedException.cs
- TCEAdapterGenerator.cs
- PropertyItemInternal.cs
- PathFigureCollection.cs
- XmlSchemaParticle.cs
- BaseProcessor.cs
- ContainsRowNumberChecker.cs
- SqlSelectStatement.cs
- COM2ComponentEditor.cs
- NameValueFileSectionHandler.cs
- Size3DValueSerializer.cs
- UmAlQuraCalendar.cs
- DesignerActionHeaderItem.cs
- WpfPayload.cs
- CategoryNameCollection.cs
- DifferencingCollection.cs
- DrawingVisualDrawingContext.cs
- XamlToRtfWriter.cs
- CapabilitiesState.cs
- PrePostDescendentsWalker.cs
- LoginName.cs
- DESCryptoServiceProvider.cs
- WebPartUserCapability.cs
- updatecommandorderer.cs
- ConsumerConnectionPoint.cs
- Int32CAMarshaler.cs
- AsyncCompletedEventArgs.cs
- UniqueID.cs
- XmlComment.cs
- IListConverters.cs
- RotateTransform.cs
- ListItemParagraph.cs
- PasswordBoxAutomationPeer.cs
- WsiProfilesElement.cs
- BamlBinaryReader.cs
- BadImageFormatException.cs
- BinaryParser.cs
- TextBoxView.cs
- ArrayTypeMismatchException.cs
- SelectionPatternIdentifiers.cs
- PropertyDescriptorGridEntry.cs
- UnsafeNativeMethods.cs
- DBDataPermissionAttribute.cs
- BufferModeSettings.cs
- WebPartConnectionsDisconnectVerb.cs
- WindowsGrip.cs
- ButtonField.cs
- IdentityValidationException.cs
- XPathBinder.cs
- ElementMarkupObject.cs
- TableRowGroup.cs
- ExitEventArgs.cs
- OutputChannelBinder.cs
- EntityTypeEmitter.cs
- PageCodeDomTreeGenerator.cs
- TabletDeviceInfo.cs
- Funcletizer.cs
- Ref.cs
- Light.cs
- XmlCollation.cs
- PageBreakRecord.cs
- BinaryCommonClasses.cs
- ComboBox.cs
- DoubleAnimationClockResource.cs
- WorkflowApplicationAbortedEventArgs.cs
- ChtmlTextWriter.cs
- DoubleAnimationUsingPath.cs
- UDPClient.cs
- FactoryGenerator.cs
- HostExecutionContextManager.cs
- CheckBoxFlatAdapter.cs
- BufferedStream.cs
- XmlSchemaRedefine.cs
- SinglePhaseEnlistment.cs
- ControlOperationBehavior.cs
- FontFamily.cs
- SimpleHandlerBuildProvider.cs
- TCPClient.cs
- AssemblyBuilderData.cs
- BaseTransportHeaders.cs
- SeparatorAutomationPeer.cs
- IpcClientChannel.cs
- Base64WriteStateInfo.cs
- Stack.cs
- Misc.cs
- BitmapCodecInfo.cs
- CaseInsensitiveOrdinalStringComparer.cs
- EventSinkHelperWriter.cs
- ContextMarshalException.cs
- TableSectionStyle.cs
- Effect.cs
- ScriptRegistrationManager.cs
- MediaScriptCommandRoutedEventArgs.cs
- ProfileGroupSettingsCollection.cs
- DocumentSequenceHighlightLayer.cs