Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }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
- HttpWebResponse.cs
- GraphicsPathIterator.cs
- InfoCard.cs
- PrinterSettings.cs
- FaultReasonText.cs
- LocatorBase.cs
- ExternalDataExchangeService.cs
- Stopwatch.cs
- CancellationHandler.cs
- TypeValidationEventArgs.cs
- SendingRequestEventArgs.cs
- StringReader.cs
- WaitForChangedResult.cs
- TableLayoutSettingsTypeConverter.cs
- TimeoutTimer.cs
- ToolStripContainer.cs
- BufferModeSettings.cs
- CodeNamespaceImportCollection.cs
- XmlDictionaryReaderQuotas.cs
- ColumnResult.cs
- RightNameExpirationInfoPair.cs
- SmtpSection.cs
- NameScope.cs
- QueryTask.cs
- controlskin.cs
- LinearGradientBrush.cs
- DependencyPropertyKind.cs
- PropertyValueChangedEvent.cs
- HostingEnvironmentException.cs
- MSAANativeProvider.cs
- StylusCollection.cs
- TrackingDataItem.cs
- PropertyConverter.cs
- Internal.cs
- OracleColumn.cs
- Crc32.cs
- ScrollBar.cs
- SchemaCompiler.cs
- OdbcTransaction.cs
- GenericPrincipal.cs
- HostSecurityManager.cs
- BasePattern.cs
- X509Certificate.cs
- PowerStatus.cs
- DataGridColumnCollection.cs
- QueuePropertyVariants.cs
- Subtree.cs
- ListViewPagedDataSource.cs
- HTTPNotFoundHandler.cs
- DragEvent.cs
- EventLogTraceListener.cs
- WorkflowHostingResponseContext.cs
- ObjectListField.cs
- MenuItemAutomationPeer.cs
- EditorZoneBase.cs
- AudioStateChangedEventArgs.cs
- VectorKeyFrameCollection.cs
- BoundPropertyEntry.cs
- DnsEndpointIdentity.cs
- RichTextBox.cs
- MsmqIntegrationBinding.cs
- OutputCacheProfile.cs
- COM2ComponentEditor.cs
- RsaSecurityTokenParameters.cs
- Triplet.cs
- sqlstateclientmanager.cs
- Menu.cs
- Mouse.cs
- TemplateFactory.cs
- SmtpFailedRecipientException.cs
- DetailsViewRow.cs
- DataGridSortCommandEventArgs.cs
- PageThemeBuildProvider.cs
- ExpandedProjectionNode.cs
- DataServiceQueryProvider.cs
- EFColumnProvider.cs
- FileSecurity.cs
- Visual3DCollection.cs
- BindingExpressionUncommonField.cs
- SrgsItemList.cs
- ApplicationProxyInternal.cs
- PartialCachingControl.cs
- SortableBindingList.cs
- ChildrenQuery.cs
- DoubleStorage.cs
- SectionInformation.cs
- ReaderWriterLock.cs
- ControlIdConverter.cs
- DecimalStorage.cs
- XMLDiffLoader.cs
- PerformanceCounterCategory.cs
- ActivityPreviewDesigner.cs
- RewritingPass.cs
- FormClosingEvent.cs
- UpdateRecord.cs
- SQLBytesStorage.cs
- DependencyStoreSurrogate.cs
- SubpageParaClient.cs
- UnsafeNativeMethodsPenimc.cs
- ReferencedAssembly.cs