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