InitializingSwitchEventArgs(Switch) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the InitializingSwitchEventArgs class.
public:
InitializingSwitchEventArgs(System::Diagnostics::Switch ^ switch);
public InitializingSwitchEventArgs(System.Diagnostics.Switch switch);
new System.Diagnostics.InitializingSwitchEventArgs : System.Diagnostics.Switch -> System.Diagnostics.InitializingSwitchEventArgs
Public Sub New (switch As Switch)
Parameters
- switch
- Switch
The switch that is being initialized.