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
- WinCategoryAttribute.cs
- panel.cs
- MembershipPasswordException.cs
- XamlReaderHelper.cs
- CryptoApi.cs
- RoleGroupCollection.cs
- UIElement3D.cs
- RangeValuePattern.cs
- UnitySerializationHolder.cs
- SetStateEventArgs.cs
- DSASignatureDeformatter.cs
- ConstNode.cs
- SqlConnectionPoolGroupProviderInfo.cs
- NonSerializedAttribute.cs
- ExpressionEvaluator.cs
- ComplusEndpointConfigContainer.cs
- SqlPersonalizationProvider.cs
- XmlILModule.cs
- ClockController.cs
- MatrixValueSerializer.cs
- Imaging.cs
- InputProcessorProfilesLoader.cs
- SocketCache.cs
- UIElementCollection.cs
- BackgroundFormatInfo.cs
- OutputCacheSection.cs
- DynamicDiscoSearcher.cs
- DecoderNLS.cs
- SecuritySessionServerSettings.cs
- Geometry.cs
- XmlnsDefinitionAttribute.cs
- HttpCacheVary.cs
- PeerName.cs
- MenuItemBindingCollection.cs
- TypedDataSetSchemaImporterExtension.cs
- Content.cs
- CompilationRelaxations.cs
- DataGridViewCellCollection.cs
- EntityConnectionStringBuilderItem.cs
- Rect3DValueSerializer.cs
- EntitySetBaseCollection.cs
- CacheEntry.cs
- SqlGenerator.cs
- XmlIncludeAttribute.cs
- FrameworkElement.cs
- ApplicationInfo.cs
- FormatterServicesNoSerializableCheck.cs
- PropertyBuilder.cs
- SmtpAuthenticationManager.cs
- IDQuery.cs
- MSAAWinEventWrap.cs
- TemplateComponentConnector.cs
- ConnectionAcceptor.cs
- CapabilitiesPattern.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- CompModSwitches.cs
- WeakHashtable.cs
- AddingNewEventArgs.cs
- ActionNotSupportedException.cs
- XmlArrayAttribute.cs
- GridViewCancelEditEventArgs.cs
- DataGridViewRowConverter.cs
- SineEase.cs
- NavigatingCancelEventArgs.cs
- ProtectedProviderSettings.cs
- BuildResultCache.cs
- AddInToken.cs
- login.cs
- FileDialogCustomPlace.cs
- BlurBitmapEffect.cs
- EntityDataSourceSelectedEventArgs.cs
- SpeakInfo.cs
- HtmlControlPersistable.cs
- MatrixStack.cs
- OLEDB_Util.cs
- TransformerInfo.cs
- codemethodreferenceexpression.cs
- WindowsSysHeader.cs
- _BaseOverlappedAsyncResult.cs
- KeyBinding.cs
- Nullable.cs
- IChannel.cs
- QuaternionAnimation.cs
- PenContexts.cs
- StandardBindingImporter.cs
- InvalidProgramException.cs
- XmlRawWriter.cs
- SecurityContextSecurityTokenResolver.cs
- TreeNodeCollection.cs
- GridViewSortEventArgs.cs
- XmlReflectionImporter.cs
- DocumentScope.cs
- _BaseOverlappedAsyncResult.cs
- XmlnsDictionary.cs
- DataPagerField.cs
- CharacterString.cs
- ObjectKeyFrameCollection.cs
- InputBuffer.cs
- TypeUtil.cs
- WorkflowView.cs