Method AfterMouseUp
AfterMouseUp(AbstractControl, MouseEventArgs)
Called after the mouse button was released.
public void AfterMouseUp(AbstractControl sender, MouseEventArgs e)
Parameters
sender
AbstractControlControl which sends the notification.
e
MouseEventArgsAn MouseEventArgs that contains the event data.