Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewDeleteEventArgs.cs / 1305376 / 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; ////// 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; ////// 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
- HashMembershipCondition.cs
- ElementHostAutomationPeer.cs
- Decoder.cs
- DataListItemCollection.cs
- SiteMapNodeItemEventArgs.cs
- ServiceHttpHandlerFactory.cs
- Message.cs
- DiscoveryDocumentSearchPattern.cs
- SerialPinChanges.cs
- RadioButton.cs
- AutomationProperties.cs
- _ProxyChain.cs
- TabItemAutomationPeer.cs
- DayRenderEvent.cs
- IOException.cs
- wgx_render.cs
- ConfigurationLocation.cs
- TableChangeProcessor.cs
- AssertSection.cs
- PermissionRequestEvidence.cs
- ConnectionManagementElementCollection.cs
- DecoderFallback.cs
- RuntimeVariableList.cs
- NameValueSectionHandler.cs
- Profiler.cs
- ColumnBinding.cs
- ContextMenuStrip.cs
- TextEditorThreadLocalStore.cs
- ObjectDataSourceView.cs
- OdbcConnectionHandle.cs
- FixedSOMElement.cs
- GridErrorDlg.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- KerberosRequestorSecurityToken.cs
- DirectoryInfo.cs
- WebServiceParameterData.cs
- XPathNode.cs
- LineGeometry.cs
- JournalEntryStack.cs
- Renderer.cs
- DataGridDetailsPresenterAutomationPeer.cs
- ELinqQueryState.cs
- TemplatedMailWebEventProvider.cs
- ExpressionVisitor.cs
- ChildChangedEventArgs.cs
- SmtpNetworkElement.cs
- MatrixUtil.cs
- SqlTrackingService.cs
- MissingManifestResourceException.cs
- PrintingPermissionAttribute.cs
- OdbcDataReader.cs
- Mouse.cs
- Decimal.cs
- ServicePointManagerElement.cs
- COAUTHINFO.cs
- SpecularMaterial.cs
- SchemaReference.cs
- x509utils.cs
- FormView.cs
- AspCompat.cs
- ValueUtilsSmi.cs
- CompleteWizardStep.cs
- Light.cs
- DataPointer.cs
- KeySpline.cs
- XamlSerializerUtil.cs
- ISSmlParser.cs
- storepermissionattribute.cs
- GcHandle.cs
- CellParaClient.cs
- EntityDataSourceSelectedEventArgs.cs
- ConfigXmlComment.cs
- XmlSchemaException.cs
- _CookieModule.cs
- MeshGeometry3D.cs
- ConditionBrowserDialog.cs
- ParsedRoute.cs
- MonthChangedEventArgs.cs
- UnsafeNativeMethods.cs
- CommandField.cs
- PolyBezierSegment.cs
- SessionEndingEventArgs.cs
- DoubleLinkListEnumerator.cs
- ReadOnlyCollection.cs
- AdCreatedEventArgs.cs
- StretchValidation.cs
- SqlDependencyUtils.cs
- WindowsClaimSet.cs
- SqlClientWrapperSmiStreamChars.cs
- DesignOnlyAttribute.cs
- OutputChannelBinder.cs
- MarkerProperties.cs
- EnumerableCollectionView.cs
- SR.cs
- RTLAwareMessageBox.cs
- XmlAttributes.cs
- ModelItemKeyValuePair.cs
- ClockController.cs
- QilLiteral.cs
- EncodingInfo.cs