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
- ResourceReader.cs
- DesignerDataView.cs
- ColumnTypeConverter.cs
- ConsoleCancelEventArgs.cs
- TextBoxAutomationPeer.cs
- CriticalFinalizerObject.cs
- XsdBuildProvider.cs
- XPathPatternBuilder.cs
- DataServiceHost.cs
- ExplicitDiscriminatorMap.cs
- ClassicBorderDecorator.cs
- Boolean.cs
- EditorPartChrome.cs
- WebExceptionStatus.cs
- BitmapScalingModeValidation.cs
- SimpleTextLine.cs
- GatewayDefinition.cs
- ActiveXSite.cs
- EntityWithKeyStrategy.cs
- HuffModule.cs
- StringComparer.cs
- EventItfInfo.cs
- TextServicesPropertyRanges.cs
- WebGetAttribute.cs
- ParallelLoopState.cs
- Soap.cs
- MimeAnyImporter.cs
- ThemeableAttribute.cs
- DataGridViewImageCell.cs
- ProfileParameter.cs
- CopyNodeSetAction.cs
- ObjectDataSourceDisposingEventArgs.cs
- BaseCodeDomTreeGenerator.cs
- CmsUtils.cs
- DocComment.cs
- IIS7UserPrincipal.cs
- Int32Rect.cs
- DataGridViewHitTestInfo.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- QueueException.cs
- OutputCacheSettingsSection.cs
- SystemTcpConnection.cs
- GenericWebPart.cs
- CompilerWrapper.cs
- BlobPersonalizationState.cs
- SoapInteropTypes.cs
- SoundPlayerAction.cs
- DesignerActionKeyboardBehavior.cs
- DataServiceStreamResponse.cs
- CompositeTypefaceMetrics.cs
- ContentControl.cs
- CodeNamespace.cs
- MetadataItem_Static.cs
- EmbeddedObject.cs
- EncryptedKey.cs
- KeyProperty.cs
- TemplateControlCodeDomTreeGenerator.cs
- DefaultValidator.cs
- DataGridViewSelectedRowCollection.cs
- UICuesEvent.cs
- CurrentChangedEventManager.cs
- TemplateControlParser.cs
- EntityDataSourceSelectingEventArgs.cs
- ComAwareEventInfo.cs
- HttpConfigurationContext.cs
- ReadOnlyCollection.cs
- FixedTextView.cs
- VisualStyleTypesAndProperties.cs
- FileDataSourceCache.cs
- DataServiceQueryProvider.cs
- Pens.cs
- DataConnectionHelper.cs
- QfeChecker.cs
- PiiTraceSource.cs
- HashJoinQueryOperatorEnumerator.cs
- XmlWhitespace.cs
- XmlSchemaAttributeGroupRef.cs
- RequestSecurityTokenResponseCollection.cs
- StreamInfo.cs
- XPathNodeHelper.cs
- WebMessageEncodingElement.cs
- EnumMember.cs
- PropertyKey.cs
- TextContainerChangeEventArgs.cs
- ConfigXmlCDataSection.cs
- WriteTimeStream.cs
- EventProviderClassic.cs
- SmiMetaDataProperty.cs
- MessageQueueAccessControlEntry.cs
- NavigationPropertyAccessor.cs
- PromptEventArgs.cs
- SynchronizationContext.cs
- DataObjectEventArgs.cs
- FormattedText.cs
- ping.cs
- GrammarBuilderBase.cs
- ToolboxItemFilterAttribute.cs
- Figure.cs
- XmlnsCache.cs
- SimplePropertyEntry.cs