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
- HttpErrorTraceRecord.cs
- XpsFilter.cs
- ObjectViewFactory.cs
- DataGridViewRow.cs
- InternalResources.cs
- Repeater.cs
- SolidColorBrush.cs
- ObjectCacheSettings.cs
- IndentTextWriter.cs
- DataContract.cs
- DynamicEndpointElement.cs
- DbgCompiler.cs
- TabPanel.cs
- InstalledFontCollection.cs
- WebControlsSection.cs
- ConstraintStruct.cs
- GenericWebPart.cs
- WebBrowsableAttribute.cs
- MappingException.cs
- RegexStringValidatorAttribute.cs
- SafeRegistryHandle.cs
- MemoryMappedViewStream.cs
- RootContext.cs
- DataServiceContext.cs
- HtmlInputControl.cs
- ToolBar.cs
- KeyPullup.cs
- Hyperlink.cs
- DataColumnChangeEvent.cs
- AdRotator.cs
- ExeContext.cs
- MaterialCollection.cs
- ConfigXmlText.cs
- XmlRootAttribute.cs
- ObjectConverter.cs
- CompatibleComparer.cs
- NavigateEvent.cs
- ArrayList.cs
- OpenTypeMethods.cs
- RijndaelCryptoServiceProvider.cs
- UpdateException.cs
- XmlDataSourceNodeDescriptor.cs
- Underline.cs
- VarRemapper.cs
- DataTableMapping.cs
- LicenseProviderAttribute.cs
- TransportDefaults.cs
- DataGridViewControlCollection.cs
- IPCCacheManager.cs
- StructureChangedEventArgs.cs
- DecimalConverter.cs
- TypeUtils.cs
- XmlSchemaElement.cs
- TypeLoadException.cs
- SerializationFieldInfo.cs
- SecurityContext.cs
- ConfigXmlReader.cs
- WebPartTransformer.cs
- ImportContext.cs
- codemethodreferenceexpression.cs
- ChangeNode.cs
- PrefixHandle.cs
- HandlerWithFactory.cs
- SQLInt64Storage.cs
- IOException.cs
- MessageDispatch.cs
- ObjectDataSourceMethodEventArgs.cs
- RoleManagerModule.cs
- FontInfo.cs
- StatusBarItemAutomationPeer.cs
- UmAlQuraCalendar.cs
- SymLanguageVendor.cs
- IsolatedStorageException.cs
- Deflater.cs
- LoginView.cs
- GestureRecognizer.cs
- TypedElement.cs
- SchemaCollectionPreprocessor.cs
- Knowncolors.cs
- InfoCardSymmetricCrypto.cs
- SqlMetaData.cs
- TableLayoutPanelCellPosition.cs
- EntryWrittenEventArgs.cs
- GeometryGroup.cs
- ReliabilityContractAttribute.cs
- XmlNamedNodeMap.cs
- WebServiceReceiveDesigner.cs
- PolyQuadraticBezierSegment.cs
- CalendarDataBindingHandler.cs
- MatrixUtil.cs
- SqlException.cs
- KerberosRequestorSecurityToken.cs
- DataSetFieldSchema.cs
- FontWeight.cs
- SplashScreenNativeMethods.cs
- PerformanceCounterManager.cs
- ComponentDispatcher.cs
- _emptywebproxy.cs
- FileLogRecordStream.cs
- TreeViewItem.cs