Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewCancelEditEventArgs.cs / 1 / GridViewCancelEditEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //Initializes a new instance of the ////// class. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.Initializes a new instance of the ////// class.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OpenFileDialog.cs
- MenuEventArgs.cs
- EdmProperty.cs
- CrossSiteScriptingValidation.cs
- ProcessModuleCollection.cs
- XsdBuildProvider.cs
- IndexedEnumerable.cs
- ChangeConflicts.cs
- CodeIndexerExpression.cs
- DataControlFieldCell.cs
- ReplyChannel.cs
- DiscardableAttribute.cs
- ComponentResourceKeyConverter.cs
- SettingsPropertyCollection.cs
- XmlSchemaDatatype.cs
- DocumentViewerAutomationPeer.cs
- ListBase.cs
- StringKeyFrameCollection.cs
- SpellerInterop.cs
- Point3DConverter.cs
- EditorZone.cs
- TaskHelper.cs
- EntityStoreSchemaGenerator.cs
- DefaultAssemblyResolver.cs
- FtpWebResponse.cs
- xdrvalidator.cs
- FilterException.cs
- HostingPreferredMapPath.cs
- XmlChildEnumerator.cs
- CriticalFinalizerObject.cs
- MsmqAppDomainProtocolHandler.cs
- CodePageUtils.cs
- PriorityRange.cs
- WebPartMenuStyle.cs
- PackWebRequestFactory.cs
- IPAddress.cs
- GenericTypeParameterBuilder.cs
- Point3DKeyFrameCollection.cs
- TranslateTransform3D.cs
- TraceUtility.cs
- HttpCookieCollection.cs
- SourceInterpreter.cs
- HashFinalRequest.cs
- Point4D.cs
- StorageEntityContainerMapping.cs
- ClientConfigurationHost.cs
- HMACSHA256.cs
- PerfCounterSection.cs
- ElementMarkupObject.cs
- Ipv6Element.cs
- MenuItemBinding.cs
- SystemSounds.cs
- BaseEntityWrapper.cs
- ConnectorEditor.cs
- BitmapEffectRenderDataResource.cs
- CombinedGeometry.cs
- CacheMemory.cs
- DbQueryCommandTree.cs
- EntityClientCacheKey.cs
- Stylesheet.cs
- DataBinding.cs
- LinearGradientBrush.cs
- TransactionBridge.cs
- ToolstripProfessionalRenderer.cs
- Page.cs
- SchemaNotation.cs
- _SslSessionsCache.cs
- RayMeshGeometry3DHitTestResult.cs
- EventBookmark.cs
- VSWCFServiceContractGenerator.cs
- SettingsProviderCollection.cs
- HtmlUtf8RawTextWriter.cs
- SmtpReplyReaderFactory.cs
- Hyperlink.cs
- FixedTextBuilder.cs
- ErrorWrapper.cs
- EmptyStringExpandableObjectConverter.cs
- PropertyValueChangedEvent.cs
- LinkClickEvent.cs
- XmlChildNodes.cs
- XmlQuerySequence.cs
- ClientRequest.cs
- RemotingServices.cs
- InterleavedZipPartStream.cs
- DynamicValidator.cs
- XmlCharType.cs
- FirstMatchCodeGroup.cs
- CustomLineCap.cs
- Int32CAMarshaler.cs
- DiscardableAttribute.cs
- XmlSchemaComplexContentExtension.cs
- HttpCacheVary.cs
- HighContrastHelper.cs
- BaseHashHelper.cs
- RtfFormatStack.cs
- ProtocolsConfigurationHandler.cs
- MainMenu.cs
- EncodingInfo.cs
- TypeUtil.cs
- LineServicesCallbacks.cs