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
- TreePrinter.cs
- TrailingSpaceComparer.cs
- VersionedStream.cs
- PropertyInformationCollection.cs
- SparseMemoryStream.cs
- LayoutTable.cs
- OlePropertyStructs.cs
- DesignBindingEditor.cs
- EncryptedXml.cs
- _StreamFramer.cs
- PerfService.cs
- DispatchChannelSink.cs
- TcpClientChannel.cs
- TextElementCollectionHelper.cs
- TypeInfo.cs
- SchemaInfo.cs
- KnownTypes.cs
- NullableLongSumAggregationOperator.cs
- FusionWrap.cs
- DetailsViewRowCollection.cs
- FormParameter.cs
- EntityDataSourceState.cs
- XamlReader.cs
- EventMappingSettings.cs
- OdbcPermission.cs
- CompilerParameters.cs
- SelectorAutomationPeer.cs
- ColumnHeaderConverter.cs
- CounterCreationDataCollection.cs
- WpfXamlLoader.cs
- ConversionContext.cs
- MembershipPasswordException.cs
- WindowsFormsSectionHandler.cs
- RegistrationServices.cs
- ExpressionParser.cs
- OleDbException.cs
- DataGridView.cs
- Pkcs9Attribute.cs
- DynamicDataExtensions.cs
- DependencyPropertyConverter.cs
- CodeDirectiveCollection.cs
- ListBoxChrome.cs
- RowUpdatedEventArgs.cs
- xdrvalidator.cs
- PropertyBuilder.cs
- Point4D.cs
- EncodingDataItem.cs
- OperationContextScope.cs
- ChannelProtectionRequirements.cs
- ToolTipService.cs
- CodeIndexerExpression.cs
- CapabilitiesUse.cs
- DesignerDataRelationship.cs
- CodeArgumentReferenceExpression.cs
- ManipulationPivot.cs
- TemplateControlParser.cs
- ConnectionStringSettings.cs
- Int32Collection.cs
- XamlPoint3DCollectionSerializer.cs
- StoryFragments.cs
- ConfigXmlCDataSection.cs
- DataGridViewDataErrorEventArgs.cs
- COM2AboutBoxPropertyDescriptor.cs
- RegistrySecurity.cs
- DispatcherProcessingDisabled.cs
- HtmlInputFile.cs
- PreviewControlDesigner.cs
- XmlSchemaGroupRef.cs
- DataColumnCollection.cs
- KeysConverter.cs
- UnmanagedMemoryAccessor.cs
- securitycriticaldata.cs
- DataGridViewCheckBoxCell.cs
- ResolvePPIDRequest.cs
- IBuiltInEvidence.cs
- CodeDomConfigurationHandler.cs
- HtmlInputPassword.cs
- XMLUtil.cs
- DataGridAddNewRow.cs
- Drawing.cs
- XmlValidatingReaderImpl.cs
- AvTraceFormat.cs
- Site.cs
- TreeNodeBindingCollection.cs
- HtmlToClrEventProxy.cs
- CheckBoxBaseAdapter.cs
- sqlpipe.cs
- BitmapEffectState.cs
- PolicyChain.cs
- TypeHelpers.cs
- ReferentialConstraint.cs
- Timer.cs
- WebHttpBehavior.cs
- CodeConstructor.cs
- PropVariant.cs
- GridViewSortEventArgs.cs
- ExpandoObject.cs
- NativeActivityTransactionContext.cs
- Clipboard.cs
- FontSource.cs