Method OnMouseRightButtonUp
OnMouseRightButtonUp(MouseEventArgs)
Called when the right mouse button was released.
protected virtual void OnMouseRightButtonUp(MouseEventArgs e)
Parameters
eMouseEventArgsAn MouseEventArgs that contains the event data.
Remarks
Derived classes can override this method to handle the event without attaching a delegate.