Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewDeleteEventArgs.cs / 1305376 / GridViewDeleteEventArgs.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 GridViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; public GridViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Provides data for some ///events. /// 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 GridViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; public GridViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Provides data for some ///events. /// 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
- DemultiplexingClientMessageFormatter.cs
- SplitterPanel.cs
- ObfuscationAttribute.cs
- Brush.cs
- ApplicationException.cs
- PhysicalFontFamily.cs
- ErrorFormatter.cs
- VariableAction.cs
- TransformValueSerializer.cs
- AppSettingsSection.cs
- DataGridViewAdvancedBorderStyle.cs
- UIElement.cs
- StylusPlugInCollection.cs
- UIElement.cs
- ResourceExpressionEditor.cs
- ProjectionCamera.cs
- Parameter.cs
- DrawTreeNodeEventArgs.cs
- Properties.cs
- Variable.cs
- DataSourceSelectArguments.cs
- EntityParameterCollection.cs
- BufferedGraphicsContext.cs
- BlockCollection.cs
- BlobPersonalizationState.cs
- ObjectSerializerFactory.cs
- KeyManager.cs
- TypeToken.cs
- SemanticAnalyzer.cs
- TableChangeProcessor.cs
- CodeArrayIndexerExpression.cs
- TransactionInformation.cs
- ProfileGroupSettings.cs
- COM2PictureConverter.cs
- TraceLevelStore.cs
- CustomError.cs
- TrackingServices.cs
- PromptEventArgs.cs
- XmlSchemaSimpleType.cs
- IndexOutOfRangeException.cs
- SeparatorAutomationPeer.cs
- sqlcontext.cs
- NextPreviousPagerField.cs
- LogicalTreeHelper.cs
- ToolstripProfessionalRenderer.cs
- DateTimeHelper.cs
- AccessorTable.cs
- ValidationPropertyAttribute.cs
- DefaultEvaluationContext.cs
- DbConnectionInternal.cs
- Memoizer.cs
- MultiBindingExpression.cs
- PagePropertiesChangingEventArgs.cs
- ThemeDictionaryExtension.cs
- DataGridParentRows.cs
- ReadContentAsBinaryHelper.cs
- RawStylusInputCustomData.cs
- RawAppCommandInputReport.cs
- Point4DConverter.cs
- FreezableCollection.cs
- ProxyWebPartConnectionCollection.cs
- XsltContext.cs
- PDBReader.cs
- PageThemeParser.cs
- QueryOutputWriterV1.cs
- ToolStripManager.cs
- TextDocumentView.cs
- Intellisense.cs
- SqlTypesSchemaImporter.cs
- RtfControls.cs
- MessageQueue.cs
- UriTemplateDispatchFormatter.cs
- UrlParameterWriter.cs
- DefaultCommandConverter.cs
- HttpResponseHeader.cs
- FixedSOMTextRun.cs
- CodeDOMProvider.cs
- FullTrustAssemblyCollection.cs
- Rect.cs
- WindowsAuthenticationEventArgs.cs
- DecimalConstantAttribute.cs
- DataRowExtensions.cs
- EventArgs.cs
- RenderingBiasValidation.cs
- SqlTrackingQuery.cs
- MSAANativeProvider.cs
- RuleDefinitions.cs
- ObfuscationAttribute.cs
- WebControlAdapter.cs
- ServicePointManager.cs
- GridViewCancelEditEventArgs.cs
- OracleConnectionString.cs
- WebResponse.cs
- MemberDescriptor.cs
- SchemaMapping.cs
- MdImport.cs
- ListBox.cs
- LinearKeyFrames.cs
- DeviceContext.cs
- NavigateEvent.cs