<< Click to Display Table of Contents >> ShapeCodeRotating |
public event ShapeCodeRotateEventHandler ShapeCodeRotating;
Description:
Rotating a shape when use code, this event trigger.
Example:
private void myCAD1_ShapeCodeRotating(object sender, Codeidea.UltraGraphics.ShapeCodeRotateEventArgs e)
{
MessageBox.Show("ShapeCodeRotating");
}