Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the source of the command. This property is read-only. ///// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.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
- GridLengthConverter.cs
- XmlSchemaInferenceException.cs
- ZipIORawDataFileBlock.cs
- Helper.cs
- CalendarAutoFormat.cs
- StructuredType.cs
- MetadataSerializer.cs
- SocketPermission.cs
- LoadWorkflowByInstanceKeyCommand.cs
- SoapAttributeAttribute.cs
- SafeReadContext.cs
- DataServiceQueryException.cs
- DataReceivedEventArgs.cs
- Pkcs9Attribute.cs
- LicenseException.cs
- EntityClientCacheEntry.cs
- DropDownHolder.cs
- XPathSelfQuery.cs
- DesignerMetadata.cs
- MetadataException.cs
- FileLogRecordStream.cs
- SQLBytesStorage.cs
- ServicePoint.cs
- CellCreator.cs
- GridViewRowCollection.cs
- SqlDataSourceStatusEventArgs.cs
- JsonQNameDataContract.cs
- EventTask.cs
- TreeView.cs
- OciEnlistContext.cs
- Paragraph.cs
- FileEnumerator.cs
- NamespaceExpr.cs
- TitleStyle.cs
- VScrollProperties.cs
- QilBinary.cs
- TraceContextEventArgs.cs
- HtmlContainerControl.cs
- HtmlInputControl.cs
- StateMachineWorkflowDesigner.cs
- EntityDataSourceContextDisposingEventArgs.cs
- ConvertEvent.cs
- DataSourceControlBuilder.cs
- EntityCollection.cs
- XPathChildIterator.cs
- WindowsAuthenticationEventArgs.cs
- CodeStatement.cs
- WaitingCursor.cs
- InternalBufferOverflowException.cs
- PreviewPageInfo.cs
- StorageComplexTypeMapping.cs
- CustomError.cs
- ReachPageContentCollectionSerializer.cs
- OleDbDataReader.cs
- ToolStripDropDownItem.cs
- DbConnectionPoolOptions.cs
- OneWayBindingElement.cs
- SqlGatherProducedAliases.cs
- ReadOnlyDictionary.cs
- TimeSpanSecondsConverter.cs
- Authorization.cs
- WorkerRequest.cs
- RemotingAttributes.cs
- CompleteWizardStep.cs
- PositiveTimeSpanValidator.cs
- EncoderParameters.cs
- SafeNativeMethodsOther.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TransformDescriptor.cs
- ArgIterator.cs
- ValidatorCompatibilityHelper.cs
- XamlClipboardData.cs
- ProcessHostFactoryHelper.cs
- SizeAnimationUsingKeyFrames.cs
- DocumentEventArgs.cs
- AttributeData.cs
- Light.cs
- newinstructionaction.cs
- SerialReceived.cs
- BookmarkResumptionRecord.cs
- WebPartEditorOkVerb.cs
- StrokeDescriptor.cs
- SizeAnimationBase.cs
- TimeSpanValidatorAttribute.cs
- Switch.cs
- MTConfigUtil.cs
- GroupStyle.cs
- IISMapPath.cs
- RangeContentEnumerator.cs
- SettingsPropertyIsReadOnlyException.cs
- __Error.cs
- RotationValidation.cs
- CodeTypeReferenceCollection.cs
- ValuePattern.cs
- PipeSecurity.cs
- ToolStripPanelCell.cs
- AutoResetEvent.cs
- BlobPersonalizationState.cs
- ResourcesBuildProvider.cs