TVistaButtonOnClick Method
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected override void OnClick(
EventArgs e
)
Protected Overrides Sub OnClick (
e As EventArgs
)
Parameters
- e EventArgs
- Arguments for the event.
Click event is only fired if the user tapped and released
the mouse over the client rectangle of
TVistaButton.
The
Click event is fired AFTER the
MouseUp
event has been fired.