TVistaButtonOnClick Method

Fires the Click event.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected override void OnClick(
	EventArgs e
)

Parameters

e  EventArgs
Arguments for the event.

Remarks

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.

See Also