Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- shaperfactoryquerycacheentry.cs
- DesignSurfaceEvent.cs
- XmlSchemaComplexType.cs
- CheckedPointers.cs
- ButtonChrome.cs
- RawStylusInput.cs
- WsdlInspector.cs
- ExtensionElement.cs
- StreamInfo.cs
- ManipulationLogic.cs
- XmlCustomFormatter.cs
- RawStylusInputReport.cs
- MeasurementDCInfo.cs
- LicenseException.cs
- ProjectionPlan.cs
- StateWorkerRequest.cs
- WebPartConnectionsCancelVerb.cs
- LogoValidationException.cs
- HealthMonitoringSection.cs
- SamlAttribute.cs
- Stroke.cs
- BindUriHelper.cs
- ProcessStartInfo.cs
- RenderContext.cs
- FilteredDataSetHelper.cs
- ValidationHelper.cs
- SqlGatherConsumedAliases.cs
- PropertyEntry.cs
- HttpProtocolReflector.cs
- SizeAnimation.cs
- SimpleHandlerBuildProvider.cs
- CodeTypeOfExpression.cs
- TaskCanceledException.cs
- BindingOperations.cs
- XPathNodeIterator.cs
- CacheMode.cs
- MsmqTransportElement.cs
- Message.cs
- CrossAppDomainChannel.cs
- Rijndael.cs
- SelectedDatesCollection.cs
- ToolBar.cs
- ServiceModelSecurityTokenTypes.cs
- _Connection.cs
- PeerNameRegistration.cs
- TextTreePropertyUndoUnit.cs
- SerialErrors.cs
- DesignerActionUIService.cs
- Point3DIndependentAnimationStorage.cs
- HttpDictionary.cs
- XmlAttributeAttribute.cs
- SerializationObjectManager.cs
- TextTreeUndo.cs
- SettingsPropertyNotFoundException.cs
- OutputChannel.cs
- LastQueryOperator.cs
- GeneralTransform3DTo2D.cs
- XpsDocument.cs
- InternalException.cs
- XmlSortKeyAccumulator.cs
- CompleteWizardStep.cs
- SignedXmlDebugLog.cs
- SettingsProperty.cs
- SessionState.cs
- PageContent.cs
- ListenerSingletonConnectionReader.cs
- BitFlagsGenerator.cs
- ImportOptions.cs
- WebPartConnectionsConnectVerb.cs
- PageParserFilter.cs
- ContextMenu.cs
- HttpApplicationFactory.cs
- ListContractAdapter.cs
- NetworkAddressChange.cs
- SettingsSection.cs
- TypeContext.cs
- StringArrayConverter.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- _AutoWebProxyScriptHelper.cs
- WpfKnownMemberInvoker.cs
- AdjustableArrowCap.cs
- SqlCaseSimplifier.cs
- XmlSchemaIdentityConstraint.cs
- ToolBarButton.cs
- BlockCollection.cs
- PlanCompilerUtil.cs
- OleDbDataAdapter.cs
- GenericTextProperties.cs
- PointCollectionConverter.cs
- LocalizabilityAttribute.cs
- SerializationObjectManager.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- SymLanguageType.cs
- SR.cs
- XmlReflectionImporter.cs
- MatrixUtil.cs
- DesignerSerializationVisibilityAttribute.cs
- InstancePersistenceCommand.cs
- StringArrayConverter.cs
- PageThemeBuildProvider.cs