Raises the Click event.
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected override void OnClick( EventArgs e ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnClick ( _ e As EventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnClick( EventArgs^ e ) override |
Parameters
- e
- Type: System..::.EventArgs
The EventArgs instance containing the event data.