EnterShape

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Events >

EnterShape

public event EnterLeaveShapeEventHandler EnterShape;

 

Description:

 When the mouse enter a shape or a grouped shape, this event trigger.

 

Example:

 private void myCAD1_EnterShape(object sender, Codeidea.UltraGraphics.EnterLeaveShapeEventArgs e)

 {

         MessageBox.Show("Enter a shape");

 }