<< Click to Display Table of Contents >> ShapeMouseRotating |
public event ShapeMouseDragResizeRotateEventHandler ShapeMouseRotated;
Description:
When rotating a shape, this event trigger.
Example:
private void myCAD1_ShapeMouseRotating(object sender, Codeidea.UltraGraphics.ShapeMouseDragResizeRotateEventArgs e)
{
MessageBox.Show("ShapeMouseRotating");
}