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 / 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. //------------------------------------------------------------------------------ //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.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
- UnsafeCollabNativeMethods.cs
- WebResourceAttribute.cs
- LineMetrics.cs
- DataKeyCollection.cs
- DataTableMapping.cs
- PersonalizationDictionary.cs
- WebPart.cs
- FlowDocumentScrollViewer.cs
- CodeTypeDeclarationCollection.cs
- EtwTrackingBehavior.cs
- EntityProxyFactory.cs
- MimeWriter.cs
- CodeAccessPermission.cs
- GeometryModel3D.cs
- PropertyPushdownHelper.cs
- CopyNodeSetAction.cs
- LinkConverter.cs
- UTF8Encoding.cs
- PropertyGridCommands.cs
- AutomationIdentifier.cs
- XPathPatternBuilder.cs
- Registry.cs
- WorkflowQueue.cs
- UnsafeNativeMethods.cs
- InternalBufferManager.cs
- InstalledFontCollection.cs
- ICspAsymmetricAlgorithm.cs
- SystemColors.cs
- SerializationEventsCache.cs
- VisualStateManager.cs
- XmlnsDictionary.cs
- SchemaAttDef.cs
- IDispatchConstantAttribute.cs
- ColorTransform.cs
- AxisAngleRotation3D.cs
- SystemDiagnosticsSection.cs
- SecurityTokenParametersEnumerable.cs
- WindowsMenu.cs
- Lease.cs
- PropertyReferenceSerializer.cs
- WebPartAuthorizationEventArgs.cs
- MinimizableAttributeTypeConverter.cs
- EvidenceTypeDescriptor.cs
- RootBuilder.cs
- ClientUrlResolverWrapper.cs
- MeasurementDCInfo.cs
- DynamicDocumentPaginator.cs
- AlgoModule.cs
- KerberosRequestorSecurityToken.cs
- FolderBrowserDialogDesigner.cs
- RegisteredExpandoAttribute.cs
- XmlBinaryReader.cs
- ControlsConfig.cs
- GenericEnumerator.cs
- DateRangeEvent.cs
- DocumentReference.cs
- precedingsibling.cs
- DocumentSignatureManager.cs
- TableAdapterManagerNameHandler.cs
- XPathChildIterator.cs
- IISMapPath.cs
- QilTernary.cs
- XmlValidatingReaderImpl.cs
- ServiceDescription.cs
- WebControlParameterProxy.cs
- ClockGroup.cs
- CustomPopupPlacement.cs
- PropertyInfoSet.cs
- TTSEngineTypes.cs
- PagesSection.cs
- SQLInt16Storage.cs
- TableAdapterManagerHelper.cs
- PreservationFileReader.cs
- XmlChildNodes.cs
- DataBoundControlAdapter.cs
- EventEntry.cs
- QueueProcessor.cs
- SessionEndedEventArgs.cs
- SystemMulticastIPAddressInformation.cs
- Comparer.cs
- SchemaCompiler.cs
- ContentDesigner.cs
- EntityDataSourceDesigner.cs
- XmlCodeExporter.cs
- StickyNote.cs
- AccessibleObject.cs
- CodeArrayIndexerExpression.cs
- EntityModelBuildProvider.cs
- CacheAxisQuery.cs
- InstanceData.cs
- DependencyPropertyValueSerializer.cs
- MetricEntry.cs
- CapabilitiesRule.cs
- XpsS0ValidatingLoader.cs
- FrameworkElement.cs
- GridItemCollection.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- ServiceNotStartedException.cs
- FixedSOMSemanticBox.cs
- DesignBindingValueUIHandler.cs