ASPxClientDiagramChangeConnectorTextEventArgs Class
Contains information about the processed connector.
Declaration
declare class ASPxClientDiagramChangeConnectorTextEventArgs 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 ASPxClientDiagramChangeConnectorTextEventArgs type when the control processes the ChangeConnectorText operation.
For more information on edit operation restrictions, refer to the following help topic: Restrict Edit Operations.
Inheritance
ASPxClientEventArgs
ASPxClientDiagramChangeConnectorTextEventArgs
See Also