<< Click to Display Table of Contents >> LeaveShape |
public event EnterLeaveShapeEventHandler LeaveShape;
Description:
When the mouse leave a shape or a grouped shape, this event trigger.
Example:
private void myCAD1_LeaveShape(object sender, Codeidea.UltraGraphics.EnterLeaveShapeEventArgs e)
{
MessageBox.Show("Leave a shape");
}