ASPxClientDiagramRequestEditOperationEventArgs Members
Provides data for the RequestEditOperation event.Constructors
| Name | Description |
|---|---|
| constructor(operation, allowed, reason, args) | Initializes a new instance of the ASPxClientDiagramRequestEditOperationEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| allowed | Specifies whether the edit operation is allowed. |
| args | Contains information about the processed shape or connector. |
| operation | Identifies the operation currently being processed. |
| reason | Identifies the reason why the event is raised. |
See Also