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
- DNS.cs
- EllipseGeometry.cs
- EditorResources.cs
- DataGridViewColumnCollectionEditor.cs
- IntegerFacetDescriptionElement.cs
- CountAggregationOperator.cs
- EndEvent.cs
- HtmlInputReset.cs
- OracleParameterCollection.cs
- FilteredAttributeCollection.cs
- HttpClientChannel.cs
- ConnectAlgorithms.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- ComplexPropertyEntry.cs
- XmlValueConverter.cs
- ListBoxAutomationPeer.cs
- Literal.cs
- FloaterParaClient.cs
- ColumnPropertiesGroup.cs
- EncoderFallback.cs
- PixelFormat.cs
- DataSourceControlBuilder.cs
- PropertyFilterAttribute.cs
- BaseCodeDomTreeGenerator.cs
- TreeViewEvent.cs
- BufferedGraphicsManager.cs
- MessageQueuePermissionEntry.cs
- ShellProvider.cs
- TransactionScope.cs
- PackUriHelper.cs
- XmlSchemaSimpleTypeList.cs
- QilStrConcatenator.cs
- HTMLTagNameToTypeMapper.cs
- Binding.cs
- ScalarConstant.cs
- ImageSource.cs
- DesignBindingPicker.cs
- TextTreeExtractElementUndoUnit.cs
- ObjectDataSourceStatusEventArgs.cs
- Size.cs
- ExternalFile.cs
- MenuItemStyleCollection.cs
- Query.cs
- RegexCharClass.cs
- OdbcCommandBuilder.cs
- HandleCollector.cs
- OleDbErrorCollection.cs
- WebServiceMethodData.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- EdmError.cs
- AutomationProperty.cs
- WebPartCatalogAddVerb.cs
- QilPatternVisitor.cs
- Completion.cs
- ToggleButton.cs
- ping.cs
- UTF32Encoding.cs
- PathFigure.cs
- Keywords.cs
- ElementHostAutomationPeer.cs
- HttpCapabilitiesBase.cs
- ReaderWriterLock.cs
- ObjectCloneHelper.cs
- RequestQueue.cs
- NetMsmqBinding.cs
- Util.cs
- IsolatedStorageFileStream.cs
- VideoDrawing.cs
- PermissionRequestEvidence.cs
- Font.cs
- AttributeProviderAttribute.cs
- CodeTypeMember.cs
- AnonymousIdentificationModule.cs
- DesignerOptions.cs
- SoapRpcMethodAttribute.cs
- ClientSettingsProvider.cs
- ToolStripItemEventArgs.cs
- ListBox.cs
- CryptoApi.cs
- FrameworkContentElement.cs
- MeshGeometry3D.cs
- HtmlWindowCollection.cs
- NavigationExpr.cs
- CacheOutputQuery.cs
- GridViewUpdatedEventArgs.cs
- BamlResourceSerializer.cs
- WebScriptMetadataInstanceContextProvider.cs
- DataFieldCollectionEditor.cs
- JpegBitmapEncoder.cs
- BindUriHelper.cs
- DependencyObject.cs
- BinaryObjectWriter.cs
- RegistryPermission.cs
- PageParser.cs
- DropSource.cs
- DBCSCodePageEncoding.cs
- basenumberconverter.cs
- IPAddressCollection.cs
- DbModificationCommandTree.cs
- DbParameterCollectionHelper.cs