Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- LinqDataSourceInsertEventArgs.cs
- ListViewCommandEventArgs.cs
- JsonDeserializer.cs
- GridViewPageEventArgs.cs
- RequestCachingSection.cs
- DataTableClearEvent.cs
- BamlVersionHeader.cs
- ToolStripItemGlyph.cs
- XpsImageSerializationService.cs
- PeerName.cs
- HTMLTextWriter.cs
- SecureEnvironment.cs
- ImportRequest.cs
- BufferBuilder.cs
- WebMessageFormatHelper.cs
- FactoryGenerator.cs
- WebSysDescriptionAttribute.cs
- UnsafeNativeMethods.cs
- ServerTooBusyException.cs
- WmlTextBoxAdapter.cs
- ComponentCommands.cs
- HostedHttpContext.cs
- RowSpanVector.cs
- ReceiveMessageRecord.cs
- Group.cs
- DefaultDiscoveryService.cs
- HijriCalendar.cs
- CompositeDuplexBindingElement.cs
- XamlSerializerUtil.cs
- ValueUtilsSmi.cs
- TextRunProperties.cs
- followingquery.cs
- ScriptIgnoreAttribute.cs
- NameNode.cs
- NameSpaceExtractor.cs
- Compiler.cs
- CounterSample.cs
- WebServiceErrorEvent.cs
- TablePatternIdentifiers.cs
- BitmapCodecInfo.cs
- DocumentEventArgs.cs
- EnumBuilder.cs
- TextEditorThreadLocalStore.cs
- PageThemeCodeDomTreeGenerator.cs
- TransformDescriptor.cs
- XsltOutput.cs
- ImageBrush.cs
- CreateUserErrorEventArgs.cs
- TextBox.cs
- ControlIdConverter.cs
- HttpCapabilitiesEvaluator.cs
- CompoundFileStreamReference.cs
- LockCookie.cs
- SafeReversePInvokeHandle.cs
- METAHEADER.cs
- SubqueryTrackingVisitor.cs
- DataReaderContainer.cs
- BindingOperations.cs
- WS2007HttpBindingElement.cs
- TextTreePropertyUndoUnit.cs
- EdmSchemaAttribute.cs
- AnnotationHighlightLayer.cs
- RequestBringIntoViewEventArgs.cs
- FtpWebRequest.cs
- TraversalRequest.cs
- ApplyTemplatesAction.cs
- ChannelTraceRecord.cs
- ActivityBindForm.cs
- VectorValueSerializer.cs
- CalloutQueueItem.cs
- IisTraceWebEventProvider.cs
- DataBindEngine.cs
- x509store.cs
- Button.cs
- DataListCommandEventArgs.cs
- ButtonChrome.cs
- HyperlinkAutomationPeer.cs
- SecurityToken.cs
- MetabaseSettingsIis7.cs
- ApplicationFileParser.cs
- PartialClassGenerationTask.cs
- Utility.cs
- WhitespaceSignificantCollectionAttribute.cs
- DataSet.cs
- ApplicationContext.cs
- EditCommandColumn.cs
- DocumentSequenceHighlightLayer.cs
- NetworkAddressChange.cs
- SubclassTypeValidator.cs
- SqlCrossApplyToCrossJoin.cs
- Quaternion.cs
- itemelement.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- DbProviderSpecificTypePropertyAttribute.cs
- BufferedGraphicsManager.cs
- TextViewDesigner.cs
- ManipulationVelocities.cs
- FunctionDescription.cs
- CachingHintValidation.cs
- EventListenerClientSide.cs