Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridCommandEventArgs.cs / 1305376 / DataGridCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class DataGridCommandEventArgs : CommandEventArgs { private DataGridItem item; private object commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public DataGridCommandEventArgs(DataGridItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return commandSource; } } ///Gets the source of the command. This property is read-only. ////// public DataGridItem Item { get { return item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the item in the ///that was clicked. This property is read-only. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class DataGridCommandEventArgs : CommandEventArgs { private DataGridItem item; private object commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public DataGridCommandEventArgs(DataGridItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; this.commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return commandSource; } } ///Gets the source of the command. This property is read-only. ////// public DataGridItem Item { get { return item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the item in the ///that was clicked. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MenuItemStyleCollectionEditor.cs
- ClientRuntimeConfig.cs
- CodeDomLocalizationProvider.cs
- EntityDataSourceValidationException.cs
- ArraySortHelper.cs
- RayHitTestParameters.cs
- XmlHelper.cs
- TraceContextEventArgs.cs
- TraceContextRecord.cs
- MarkupWriter.cs
- ThemeInfoAttribute.cs
- oledbmetadatacolumnnames.cs
- DataServiceQueryOfT.cs
- NeutralResourcesLanguageAttribute.cs
- GridViewRow.cs
- LicFileLicenseProvider.cs
- BindingNavigator.cs
- AppPool.cs
- ProfileInfo.cs
- DetailsViewPageEventArgs.cs
- SqlNotificationEventArgs.cs
- ConfigurationValue.cs
- XmlStringTable.cs
- TerminatorSinks.cs
- RawStylusInputReport.cs
- EntityTemplateUserControl.cs
- ReadOnlyAttribute.cs
- SctClaimSerializer.cs
- Msmq4PoisonHandler.cs
- ChannelServices.cs
- Serializer.cs
- OleDbDataReader.cs
- DictionaryBase.cs
- ReadOnlyCollection.cs
- AssociatedControlConverter.cs
- AssemblyAttributesGoHere.cs
- DeferrableContent.cs
- GeneralTransform.cs
- Converter.cs
- TempFiles.cs
- AccessKeyManager.cs
- DesignerToolboxInfo.cs
- ListBoxChrome.cs
- DataControlPagerLinkButton.cs
- Padding.cs
- VideoDrawing.cs
- ConfigurationException.cs
- KeyboardNavigation.cs
- CreatingCookieEventArgs.cs
- DataControlFieldHeaderCell.cs
- ImageIndexConverter.cs
- PreviewPageInfo.cs
- AttachedPropertyInfo.cs
- PackagePart.cs
- PolygonHotSpot.cs
- SqlException.cs
- RowSpanVector.cs
- Properties.cs
- ArithmeticException.cs
- TextDocumentView.cs
- CreatingCookieEventArgs.cs
- MsmqInputSessionChannelListener.cs
- XmlTextReaderImpl.cs
- ProjectionCamera.cs
- StyleCollection.cs
- CheckBoxPopupAdapter.cs
- TemplateParser.cs
- WindowsGraphicsWrapper.cs
- OutputChannel.cs
- SelectionEditor.cs
- EventlogProvider.cs
- PriorityItem.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SafeProcessHandle.cs
- DataGridPageChangedEventArgs.cs
- ToolZone.cs
- RelationshipEnd.cs
- DataGridViewTextBoxColumn.cs
- DataViewSettingCollection.cs
- QueryStringParameter.cs
- SqlParameter.cs
- SafeEventLogWriteHandle.cs
- IProvider.cs
- TableCell.cs
- StringFreezingAttribute.cs
- Encoding.cs
- FormViewInsertedEventArgs.cs
- iisPickupDirectory.cs
- IgnorePropertiesAttribute.cs
- LogEntrySerialization.cs
- AccessViolationException.cs
- QuaternionAnimationUsingKeyFrames.cs
- ConfigurationManagerHelper.cs
- PolyLineSegment.cs
- SoapElementAttribute.cs
- EmbeddedMailObject.cs
- ToolStrip.cs
- UserPrincipalNameElement.cs
- BindingsCollection.cs
- UnsafeNativeMethods.cs