Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientDiagramAddShapeFromToolboxEventArgs Class

Contains information about the processed shape.

Declaration

declare class ASPxClientDiagramAddShapeFromToolboxEventArgs extends ASPxClientEventArgs

Remarks

The Diagam control raises the RequestEditOperation event to request clarification about edit operation availability. The event argument’s args property returns an object of the ASPxClientDiagramAddShapeFromToolboxEventArgs type when the control processes the AddShapeFromToolbox operation.

For more information on edit operation restrictions, refer to the following help topic: Restrict Edit Operations.

Inheritance

ASPxClientEventArgs
ASPxClientDiagramAddShapeFromToolboxEventArgs
See Also