Method BeforeMouseDown
BeforeMouseDown(AbstractControl, MouseEventArgs)
Called before the mouse button was pressed.
public virtual void BeforeMouseDown(AbstractControl sender, MouseEventArgs e)
Parameters
senderAbstractControlControl which sends the notification.
eMouseEventArgsAn MouseEventArgs that contains the event data.