Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1 / FormViewCommandEventArgs.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 FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// public FormViewCommandEventArgs(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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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 FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// public FormViewCommandEventArgs(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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- UIElementPropertyUndoUnit.cs
- SingleKeyFrameCollection.cs
- NumericUpDownAcceleration.cs
- HealthMonitoringSectionHelper.cs
- TextParagraphView.cs
- HttpHandlersSection.cs
- PenThreadWorker.cs
- StylusCaptureWithinProperty.cs
- FolderBrowserDialog.cs
- DictionaryBase.cs
- XmlDomTextWriter.cs
- ListComponentEditor.cs
- StructuredTypeInfo.cs
- Oci.cs
- ImmComposition.cs
- CrossSiteScriptingValidation.cs
- CollectionView.cs
- DoubleCollection.cs
- CollectionViewSource.cs
- ListViewDeleteEventArgs.cs
- TableParaClient.cs
- DesignerHierarchicalDataSourceView.cs
- DispatcherEventArgs.cs
- SoapConverter.cs
- ApplicationGesture.cs
- ListViewItemSelectionChangedEvent.cs
- DataControlField.cs
- XsltCompileContext.cs
- UnsafeNativeMethods.cs
- Misc.cs
- RightNameExpirationInfoPair.cs
- DbMetaDataColumnNames.cs
- HScrollProperties.cs
- ServiceThrottle.cs
- DefaultAssemblyResolver.cs
- TrackingStringDictionary.cs
- WmlCalendarAdapter.cs
- CatalogPart.cs
- RawStylusInput.cs
- FragmentQueryKB.cs
- DeadCharTextComposition.cs
- DrawingBrush.cs
- SamlAssertion.cs
- FontFamilyConverter.cs
- FrameworkElementAutomationPeer.cs
- DragEvent.cs
- RNGCryptoServiceProvider.cs
- ContentHostHelper.cs
- ToolStripItem.cs
- sqlcontext.cs
- XamlClipboardData.cs
- WizardPanel.cs
- BindToObject.cs
- DataGridAddNewRow.cs
- SchemaAttDef.cs
- Rect.cs
- IIS7UserPrincipal.cs
- CommandEventArgs.cs
- CorrelationExtension.cs
- DataServiceResponse.cs
- DbConnectionFactory.cs
- Label.cs
- TextAction.cs
- OverflowException.cs
- securitymgrsite.cs
- PenContexts.cs
- ListViewInsertionMark.cs
- XsltSettings.cs
- EventDescriptor.cs
- TypeBuilder.cs
- AnonymousIdentificationSection.cs
- BitmapEffectDrawing.cs
- StringFormat.cs
- PersonalizationProviderCollection.cs
- RowSpanVector.cs
- ServiceInstanceProvider.cs
- CompModSwitches.cs
- DocumentPaginator.cs
- AccessKeyManager.cs
- WinEventWrap.cs
- RoleGroup.cs
- ApplicationGesture.cs
- ActionMismatchAddressingException.cs
- NamespaceEmitter.cs
- WorkflowTerminatedException.cs
- AmbientLight.cs
- TextTreeFixupNode.cs
- RuntimeVariableList.cs
- NegotiateStream.cs
- CustomError.cs
- EntityDescriptor.cs
- XmlAnyAttributeAttribute.cs
- VoiceInfo.cs
- LinqDataSourceDisposeEventArgs.cs
- AbsoluteQuery.cs
- LambdaCompiler.Generated.cs
- CheckBoxField.cs
- ImportCatalogPart.cs
- EntityType.cs
- ACE.cs