Virtual method for inheriting the class to override the OnPressed which is fired before the Pressed event.

OnPressed(
sender
as Object,
e
as EventArgs)
as void
Parameters
- sender
- The sender (The Button object)
- e
- Standard event arguments with no parameters.
Returns
- void
Remarks
See Also
Button Control