Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewCommandEventArgs.cs / 1 / DetailsViewCommandEventArgs.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 DetailsViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// public DetailsViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CreateDataSourceDialog.cs
- UserPersonalizationStateInfo.cs
- CollectionEditorDialog.cs
- ConfigXmlElement.cs
- DictionarySectionHandler.cs
- OracleConnectionStringBuilder.cs
- AppSettingsSection.cs
- InvalidFilterCriteriaException.cs
- FixedSOMTableRow.cs
- CompiledQuery.cs
- DesignerForm.cs
- RenderingEventArgs.cs
- CustomAssemblyResolver.cs
- DriveInfo.cs
- MetadataExchangeBindings.cs
- RegistrySecurity.cs
- RootBrowserWindow.cs
- OutputCacheSection.cs
- ProcessModelSection.cs
- HebrewNumber.cs
- NamespaceEmitter.cs
- SafeFileMapViewHandle.cs
- SQLCharsStorage.cs
- UrlMappingCollection.cs
- FixedStringLookup.cs
- ConsoleCancelEventArgs.cs
- TransformPattern.cs
- EmptyArray.cs
- WebResourceAttribute.cs
- TableDesigner.cs
- EnumerableCollectionView.cs
- SetIndexBinder.cs
- CodeCatchClauseCollection.cs
- CustomAttributeSerializer.cs
- Util.cs
- XmlBinaryReader.cs
- BrushMappingModeValidation.cs
- sortedlist.cs
- AutomationElement.cs
- DataObjectAttribute.cs
- PiiTraceSource.cs
- Stacktrace.cs
- PickDesigner.xaml.cs
- Hyperlink.cs
- ConfigurationSectionGroup.cs
- SecurityContext.cs
- SelectionRangeConverter.cs
- PanelDesigner.cs
- RewritingPass.cs
- AdapterDictionary.cs
- LayoutEvent.cs
- ColumnHeaderConverter.cs
- DataTemplateKey.cs
- ApplicationSecurityManager.cs
- ProcessHost.cs
- TracingConnectionListener.cs
- XPathDescendantIterator.cs
- DataTemplate.cs
- SigningCredentials.cs
- IEnumerable.cs
- Int16KeyFrameCollection.cs
- ResourceDictionaryCollection.cs
- UrlAuthorizationModule.cs
- DoubleConverter.cs
- ResXDataNode.cs
- TypeDescriptionProvider.cs
- FontEmbeddingManager.cs
- ClassHandlersStore.cs
- AdornerPresentationContext.cs
- odbcmetadatacolumnnames.cs
- MetaType.cs
- CodeDomLocalizationProvider.cs
- SafeHandles.cs
- TemplateContentLoader.cs
- RectIndependentAnimationStorage.cs
- ObjectHelper.cs
- BamlLocalizableResource.cs
- IPGlobalProperties.cs
- Types.cs
- DataGridViewImageCell.cs
- OracleBinary.cs
- ReadOnlyDataSource.cs
- ProxyWebPartConnectionCollection.cs
- MsmqOutputMessage.cs
- Rules.cs
- ListControl.cs
- CodeTypeReferenceExpression.cs
- PersonalizableAttribute.cs
- QilParameter.cs
- BuildDependencySet.cs
- ConfigurationFileMap.cs
- RtType.cs
- Variant.cs
- PolicyStatement.cs
- AttachmentCollection.cs
- MouseButtonEventArgs.cs
- LinkedDataMemberFieldEditor.cs
- TargetControlTypeCache.cs
- UInt64Storage.cs
- CategoriesDocument.cs