CommonRunConfigurationDirtyEventHandler Delegate
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the method that will handle the event of a control.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
public delegate void CommonRunConfigurationDirtyEventHandler( Object^ sender, CommonRunConfigurationDirtyEventArgs^ dirtyEventArgs )
Parameters
- sender
- Type: System::Object
The object that initiated the event.
- dirtyEventArgs
- Type: Microsoft.VisualStudio.TestTools.Vsip::CommonRunConfigurationDirtyEventArgs
A CommonRunConfigurationDirtyEventArgs object.
Community Additions
Show: