Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewCancelEditEventArgs.cs / 1305376 / GridViewCancelEditEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewCancelEditEventArgs : CancelEventArgs { private int _rowIndex; ///Provides data for some ///events. /// public GridViewCancelEditEventArgs(int rowIndex) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Initializes a new instance of the ////// class. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewCancelEditEventArgs : CancelEventArgs { private int _rowIndex; ///Provides data for some ///events. /// public GridViewCancelEditEventArgs(int rowIndex) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Initializes a new instance of the ////// class.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DefinitionUpdate.cs
- MetadataCache.cs
- OleServicesContext.cs
- ControlUtil.cs
- CodeDirectionExpression.cs
- XmlReaderDelegator.cs
- AnnotationMap.cs
- EnumDataContract.cs
- MailDefinitionBodyFileNameEditor.cs
- ObjectManager.cs
- DragEvent.cs
- Point3DKeyFrameCollection.cs
- DetailsViewPageEventArgs.cs
- SpStreamWrapper.cs
- SBCSCodePageEncoding.cs
- MemberProjectionIndex.cs
- SqlException.cs
- DataGridViewHitTestInfo.cs
- DataGridItemAutomationPeer.cs
- NotificationContext.cs
- AtomContentProperty.cs
- CompilerParameters.cs
- SplitterPanel.cs
- basecomparevalidator.cs
- XmlHelper.cs
- TableLayoutStyle.cs
- ListViewGroup.cs
- Merger.cs
- CodePropertyReferenceExpression.cs
- DbProviderManifest.cs
- CustomWebEventKey.cs
- ListViewHitTestInfo.cs
- Point3DAnimationBase.cs
- DoubleLink.cs
- IPAddressCollection.cs
- Brush.cs
- ManagementObject.cs
- TextServicesDisplayAttribute.cs
- TableRowCollection.cs
- TemplateBamlRecordReader.cs
- ExpressionParser.cs
- CodeTypeParameterCollection.cs
- DefaultSerializationProviderAttribute.cs
- DataSourceXmlSerializationAttribute.cs
- ParentControlDesigner.cs
- TextEditorParagraphs.cs
- MobileControlsSectionHelper.cs
- Permission.cs
- SuppressIldasmAttribute.cs
- TreeViewCancelEvent.cs
- DuplexChannelBinder.cs
- RIPEMD160Managed.cs
- SystemIcmpV4Statistics.cs
- AttributeQuery.cs
- ColumnResizeAdorner.cs
- ViewManager.cs
- ChannelToken.cs
- ProcessModelSection.cs
- ProcessProtocolHandler.cs
- ResourceManagerWrapper.cs
- FlowDocumentReaderAutomationPeer.cs
- InheritanceService.cs
- EventManager.cs
- DifferencingCollection.cs
- SectionInformation.cs
- WebPartDescription.cs
- SoapRpcMethodAttribute.cs
- mil_commands.cs
- WorkflowItemsPresenter.cs
- HttpModuleAction.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- ShutDownListener.cs
- AtomMaterializer.cs
- SortQuery.cs
- OleDbRowUpdatedEvent.cs
- LightweightCodeGenerator.cs
- SqlNode.cs
- CanExecuteRoutedEventArgs.cs
- ContractUtils.cs
- Point3DValueSerializer.cs
- ToolStripItemImageRenderEventArgs.cs
- CodeNamespace.cs
- AvTraceFormat.cs
- OutputScopeManager.cs
- EncodingInfo.cs
- QilInvokeLateBound.cs
- Pair.cs
- XsdDateTime.cs
- PathHelper.cs
- BitmapEffectInputData.cs
- ObjectDataSourceStatusEventArgs.cs
- ContractMapping.cs
- IChannel.cs
- FileDialog_Vista.cs
- FileRegion.cs
- SrgsItemList.cs
- ArithmeticException.cs
- OracleDateTime.cs
- SourceSwitch.cs
- SecurityUtils.cs