Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }Initializes a new instance of the ////// class.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RawMouseInputReport.cs
- StylusPlugInCollection.cs
- PointAnimationUsingPath.cs
- DbModificationCommandTree.cs
- Helpers.cs
- StringAnimationUsingKeyFrames.cs
- SiteMapNodeItemEventArgs.cs
- JsonFormatGeneratorStatics.cs
- FileDialogCustomPlace.cs
- ListViewContainer.cs
- ValueProviderWrapper.cs
- PreloadedPackages.cs
- XmlSchemaAttributeGroup.cs
- TypeTypeConverter.cs
- PointLightBase.cs
- TextTabProperties.cs
- RemoteWebConfigurationHostStream.cs
- SecurityRuntime.cs
- FileLogRecord.cs
- DataTable.cs
- SettingsPropertyNotFoundException.cs
- DataGridViewSortCompareEventArgs.cs
- GlyphTypeface.cs
- TraceListeners.cs
- LinqToSqlWrapper.cs
- ExpressionList.cs
- PropertyConverter.cs
- ComboBoxAutomationPeer.cs
- AttachedProperty.cs
- MinimizableAttributeTypeConverter.cs
- QueryExtender.cs
- HiddenField.cs
- XmlAnyAttributeAttribute.cs
- SqlTrackingService.cs
- documentsequencetextpointer.cs
- KeySpline.cs
- WindowsFormsSectionHandler.cs
- SuppressMergeCheckAttribute.cs
- WebCategoryAttribute.cs
- ExceptionValidationRule.cs
- RequestCacheEntry.cs
- TextBoxAutomationPeer.cs
- InkCanvasFeedbackAdorner.cs
- MasterPageBuildProvider.cs
- GradientStop.cs
- CheckedPointers.cs
- ControlCollection.cs
- basevalidator.cs
- panel.cs
- WebPartEditorOkVerb.cs
- BitStream.cs
- AutoResetEvent.cs
- InteropBitmapSource.cs
- CodeActivityContext.cs
- HideDisabledControlAdapter.cs
- SafeViewOfFileHandle.cs
- EmptyStringExpandableObjectConverter.cs
- Font.cs
- Encoder.cs
- DynamicControlParameter.cs
- BitmapFrame.cs
- CustomWebEventKey.cs
- ManagedCodeMarkers.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- CryptoConfig.cs
- ReflectionUtil.cs
- DesignTimeParseData.cs
- Splitter.cs
- StringUtil.cs
- AutomationProperty.cs
- CompModSwitches.cs
- ArgumentNullException.cs
- URLString.cs
- CallTemplateAction.cs
- RadioButton.cs
- WebPartEventArgs.cs
- IWorkflowDebuggerService.cs
- AttributeCollection.cs
- ImageMapEventArgs.cs
- FormParameter.cs
- SafePointer.cs
- PointUtil.cs
- MissingFieldException.cs
- Baml2006ReaderFrame.cs
- PackagePart.cs
- EventListener.cs
- GuidelineSet.cs
- DecoderFallbackWithFailureFlag.cs
- _UriSyntax.cs
- ExpressionStringBuilder.cs
- TextLine.cs
- CacheEntry.cs
- PasswordRecovery.cs
- HttpCapabilitiesSectionHandler.cs
- ConfigurationLockCollection.cs
- ReachSerializer.cs
- BamlTreeMap.cs
- CqlQuery.cs
- ContextMenuStrip.cs
- NetMsmqSecurity.cs