Code:
/ DotNET / DotNET / 8.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
- PersistenceTypeAttribute.cs
- SparseMemoryStream.cs
- OpenTypeLayout.cs
- SaveFileDialog.cs
- DllNotFoundException.cs
- SaveFileDialog.cs
- TogglePatternIdentifiers.cs
- VectorCollectionConverter.cs
- EmissiveMaterial.cs
- SubMenuStyle.cs
- DragStartedEventArgs.cs
- PrintingPermission.cs
- PaperSource.cs
- FlowDocumentScrollViewer.cs
- MemoryStream.cs
- PropertyMetadata.cs
- TransportListener.cs
- DbTransaction.cs
- XamlPathDataSerializer.cs
- AutomationFocusChangedEventArgs.cs
- XamlReader.cs
- ObjectDataSourceSelectingEventArgs.cs
- BufferedGraphicsContext.cs
- MultiView.cs
- PropertyOrder.cs
- SqlMethodAttribute.cs
- Hex.cs
- CharacterBuffer.cs
- DelegateHelpers.Generated.cs
- ellipse.cs
- ShaperBuffers.cs
- Point4DValueSerializer.cs
- WebServiceErrorEvent.cs
- PackageDigitalSignature.cs
- SystemIPv4InterfaceProperties.cs
- BindingWorker.cs
- DbResourceAllocator.cs
- TreeNode.cs
- DesignerHelpers.cs
- Part.cs
- CollectionTypeElement.cs
- XmlArrayItemAttributes.cs
- DecoderNLS.cs
- DbConnectionPoolIdentity.cs
- UdpConstants.cs
- WebConfigurationFileMap.cs
- UIPropertyMetadata.cs
- XmlEnumAttribute.cs
- WindowsListViewGroup.cs
- ToolStripItemClickedEventArgs.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- TTSEngineTypes.cs
- XmlConverter.cs
- ApplicationServicesHostFactory.cs
- Menu.cs
- LingerOption.cs
- Int32RectValueSerializer.cs
- BaseInfoTable.cs
- HtmlTableCell.cs
- DocumentViewerBase.cs
- VarRefManager.cs
- SecurityTokenSerializer.cs
- SQLByteStorage.cs
- DataSourceProvider.cs
- TraceSwitch.cs
- SchemaHelper.cs
- DataGridViewToolTip.cs
- FlagsAttribute.cs
- ResourceReferenceKeyNotFoundException.cs
- SqlNodeAnnotation.cs
- RotateTransform.cs
- CompensationParticipant.cs
- HtmlShim.cs
- ExpandedProjectionNode.cs
- IndependentAnimationStorage.cs
- Mapping.cs
- SHA384.cs
- CacheSection.cs
- FlatButtonAppearance.cs
- MethodMessage.cs
- XmlWrappingReader.cs
- LayoutEditorPart.cs
- QuaternionAnimationBase.cs
- CodeExpressionCollection.cs
- FrameDimension.cs
- Point4D.cs
- IncrementalHitTester.cs
- ContentTypeSettingClientMessageFormatter.cs
- SliderAutomationPeer.cs
- QueryContinueDragEventArgs.cs
- MethodCallExpression.cs
- Canvas.cs
- FixedSOMElement.cs
- AttributeCollection.cs
- XmlNodeList.cs
- SqlFileStream.cs
- Timer.cs
- WorkflowTransactionService.cs
- Accessible.cs
- NameValueCache.cs