Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridCommandEventArgs.cs / 1 / DataGridCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataGridCommandEventArgs : CommandEventArgs { private DataGridItem item; private object commandSource; ///Provides data for some ///events. /// 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- SingleAnimation.cs
- StoreAnnotationsMap.cs
- Point3DKeyFrameCollection.cs
- VerticalAlignConverter.cs
- FormViewRow.cs
- XmlHierarchicalEnumerable.cs
- XmlSchemaAppInfo.cs
- PropertyPathConverter.cs
- RPIdentityRequirement.cs
- TransformBlockRequest.cs
- CircleHotSpot.cs
- XMLUtil.cs
- WorkflowHostingResponseContext.cs
- DataServiceConfiguration.cs
- NameTable.cs
- DefaultProxySection.cs
- SafeRegistryHandle.cs
- CodeRemoveEventStatement.cs
- PassportPrincipal.cs
- PageSettings.cs
- TemplateControlBuildProvider.cs
- BinarySerializer.cs
- XmlWrappingReader.cs
- AutomationAttributeInfo.cs
- ElementInit.cs
- SequentialUshortCollection.cs
- UriGenerator.cs
- PageParserFilter.cs
- AssemblyCollection.cs
- RuleRefElement.cs
- RenderData.cs
- PriorityChain.cs
- ListViewInsertEventArgs.cs
- DataGridViewImageColumn.cs
- TimeoutHelper.cs
- SmtpSection.cs
- GB18030Encoding.cs
- DataGridTable.cs
- UInt32.cs
- InvokerUtil.cs
- ProcessModule.cs
- MenuItemStyleCollection.cs
- ViewEvent.cs
- TableRowGroup.cs
- IChannel.cs
- GridLength.cs
- ResolveNameEventArgs.cs
- LockCookie.cs
- SpecialFolderEnumConverter.cs
- FixUpCollection.cs
- ReachIDocumentPaginatorSerializer.cs
- PerformanceCounterPermissionEntryCollection.cs
- LinkedResource.cs
- UpdateCompiler.cs
- FlowDocumentPage.cs
- BindingMemberInfo.cs
- NeutralResourcesLanguageAttribute.cs
- StorageSetMapping.cs
- ObjectHandle.cs
- TriggerCollection.cs
- XPathMultyIterator.cs
- SqlTypeSystemProvider.cs
- MouseGesture.cs
- WinInet.cs
- TraversalRequest.cs
- PropertyInformation.cs
- StringSource.cs
- SoapFault.cs
- CompilerInfo.cs
- ModuleBuilder.cs
- PassportAuthenticationEventArgs.cs
- cookie.cs
- AssemblyFilter.cs
- _BaseOverlappedAsyncResult.cs
- SingleKeyFrameCollection.cs
- ApplicationDirectory.cs
- HebrewNumber.cs
- BinaryReader.cs
- OuterGlowBitmapEffect.cs
- BuildProviderUtils.cs
- FixedFindEngine.cs
- VectorConverter.cs
- HttpTransportSecurity.cs
- FunctionQuery.cs
- ToolStripGrip.cs
- AsymmetricSignatureDeformatter.cs
- NativeMethods.cs
- SystemIPInterfaceProperties.cs
- SqlDesignerDataSourceView.cs
- ToolStripSplitButton.cs
- StrokeNode.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- TraceContext.cs
- XmlBoundElement.cs
- TextViewDesigner.cs
- AssemblyResourceLoader.cs
- ArraySubsetEnumerator.cs
- Subordinate.cs
- Currency.cs
- ScriptResourceInfo.cs