Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewCommandEventArgs.cs / 1305376 / FormViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] 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.Diagnostics.CodeAnalysis; ////// public class FormViewCommandEventArgs : CommandEventArgs { private object _commandSource; ///Provides data for some ///events. /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] 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
- CallSiteHelpers.cs
- MD5Cng.cs
- SqlServices.cs
- Parser.cs
- ColumnHeader.cs
- SpeechRecognitionEngine.cs
- DLinqAssociationProvider.cs
- PropertyNames.cs
- WebConfigurationHost.cs
- ClipboardData.cs
- ReverseQueryOperator.cs
- MailHeaderInfo.cs
- CodeMemberMethod.cs
- BamlReader.cs
- TemplateLookupAction.cs
- RawAppCommandInputReport.cs
- QueueSurrogate.cs
- IndexedWhereQueryOperator.cs
- Processor.cs
- EpmSyndicationContentSerializer.cs
- CapabilitiesState.cs
- Misc.cs
- ProcessThreadCollection.cs
- FrameworkTemplate.cs
- TextDecoration.cs
- ProjectionPlanCompiler.cs
- RtfFormatStack.cs
- SessionPageStateSection.cs
- DataSourceDesigner.cs
- BufferedGraphicsContext.cs
- OletxTransactionManager.cs
- Atom10ItemFormatter.cs
- GlyphCache.cs
- CheckBoxStandardAdapter.cs
- DataGridViewColumnHeaderCell.cs
- DeploymentSectionCache.cs
- PropertyItem.cs
- _Connection.cs
- ReachDocumentReferenceSerializerAsync.cs
- AsyncOperationContext.cs
- LinkLabelLinkClickedEvent.cs
- ByteAnimation.cs
- PeerIPHelper.cs
- datacache.cs
- CommonXSendMessage.cs
- SmtpFailedRecipientsException.cs
- Interfaces.cs
- Relationship.cs
- DataShape.cs
- SizeConverter.cs
- BindingSourceDesigner.cs
- XmlIncludeAttribute.cs
- RoleBoolean.cs
- DropTarget.cs
- RemotingAttributes.cs
- CodeStatementCollection.cs
- AnnotationStore.cs
- RemoteWebConfigurationHost.cs
- FixUpCollection.cs
- EmbeddedMailObjectsCollection.cs
- PersistenceProviderBehavior.cs
- Page.cs
- Boolean.cs
- Compress.cs
- StrongNamePublicKeyBlob.cs
- MergeExecutor.cs
- StreamReader.cs
- TreeNodeStyleCollection.cs
- DataGridLength.cs
- WebPartDescription.cs
- DPAPIProtectedConfigurationProvider.cs
- RelationshipConverter.cs
- AbandonedMutexException.cs
- Thread.cs
- WinCategoryAttribute.cs
- SchemaMerger.cs
- Line.cs
- EUCJPEncoding.cs
- BrushConverter.cs
- FontUnitConverter.cs
- ConcurrentStack.cs
- ScrollPattern.cs
- InsufficientMemoryException.cs
- SoapProtocolImporter.cs
- DependencyPropertyKey.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- DownloadProgressEventArgs.cs
- XmlRawWriterWrapper.cs
- ResourceIDHelper.cs
- ChildDocumentBlock.cs
- TypeGeneratedEventArgs.cs
- SqlDataSourceSummaryPanel.cs
- BuildResult.cs
- SchemaType.cs
- SerializationSectionGroup.cs
- XmlConvert.cs
- SQLBinaryStorage.cs
- DiagnosticsElement.cs
- LinqDataSourceDisposeEventArgs.cs
- RuntimeHandles.cs