The ShapeEventArgs class provides data for all events that occur with shapes. These are the TXDrawingControl.ShapeAdjusted, TXDrawingControl.ShapeClicked, TXDrawingControl.ShapeCreated, TXDrawingControl.ShapeDeleted, TXDrawingControl.ShapeDeselected, TXDrawingControl.ShapeFlipped, TXDrawingControl.ShapeFormatChanged, TXDrawingControl.ShapeMoved, TXDrawingControl.ShapeSelected and TXDrawingControl.ShapeSized events.

Syntax

public class ShapeEventArgs: EventArgs
Public Class ShapeEventArgs
  Inherits EventArgs

Introduced: X13.

Properties

Property Description
Shape Gets an object of type Shape that represents the shape which causes the event.