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
- ApplicationSecurityManager.cs
- ZipPackagePart.cs
- LeaseManager.cs
- CaseStatement.cs
- InvalidStoreProtectionKeyException.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- TemplatedWizardStep.cs
- PackagePartCollection.cs
- ExtensionQuery.cs
- RtfToXamlLexer.cs
- Socket.cs
- CodeMemberEvent.cs
- XmlSchemaNotation.cs
- ConfigurationFileMap.cs
- Rect3D.cs
- FixedFindEngine.cs
- DataKey.cs
- ClientUtils.cs
- COM2FontConverter.cs
- X500Name.cs
- DesignerDataParameter.cs
- BufferedGraphicsManager.cs
- WriteStateInfoBase.cs
- HierarchicalDataBoundControl.cs
- XPathScanner.cs
- SecurityResources.cs
- XamlGridLengthSerializer.cs
- HeaderUtility.cs
- DatatypeImplementation.cs
- SystemException.cs
- GeneralTransform3DTo2D.cs
- dsa.cs
- IISUnsafeMethods.cs
- TraceUtility.cs
- BridgeDataReader.cs
- StorageModelBuildProvider.cs
- CodeStatementCollection.cs
- SessionParameter.cs
- Point3D.cs
- UpdatePanelControlTrigger.cs
- SerializationException.cs
- SQLDoubleStorage.cs
- TaskHelper.cs
- PointConverter.cs
- BitmapSourceSafeMILHandle.cs
- Renderer.cs
- AutoGeneratedFieldProperties.cs
- XmlSchemaAny.cs
- XmlUnspecifiedAttribute.cs
- Vector.cs
- SocketPermission.cs
- Serializer.cs
- BadImageFormatException.cs
- AspNetSynchronizationContext.cs
- DataObject.cs
- RangeValidator.cs
- MouseButtonEventArgs.cs
- EntityViewGenerator.cs
- SmtpLoginAuthenticationModule.cs
- TabControlEvent.cs
- PropertyDescriptor.cs
- TablePatternIdentifiers.cs
- XPathNavigatorException.cs
- ProxyGenerationError.cs
- NamedPipeChannelListener.cs
- OutputCacheProfile.cs
- HtmlTableRow.cs
- ResourceKey.cs
- TextElementEditingBehaviorAttribute.cs
- RestHandler.cs
- SerializationFieldInfo.cs
- CompilerParameters.cs
- Tracking.cs
- RecommendedAsConfigurableAttribute.cs
- WebRequestModuleElement.cs
- PlanCompiler.cs
- Helper.cs
- CodeSpit.cs
- ObjectSet.cs
- ReadOnlyHierarchicalDataSource.cs
- SmtpMail.cs
- DataControlButton.cs
- ConfigurationValidatorBase.cs
- DocumentViewerHelper.cs
- FormViewInsertedEventArgs.cs
- SmtpCommands.cs
- SafeCryptoKeyHandle.cs
- HtmlElementErrorEventArgs.cs
- EpmSyndicationContentSerializer.cs
- DataBindingList.cs
- SchemeSettingElementCollection.cs
- Label.cs
- BuildProviderUtils.cs
- EncodingFallbackAwareXmlTextWriter.cs
- SafeArrayRankMismatchException.cs
- Formatter.cs
- ProviderConnectionPointCollection.cs
- RequestSecurityTokenSerializer.cs
- RequestTimeoutManager.cs
- XmlIgnoreAttribute.cs