ASPxClientGanttTaskDeletingEventArgs Members
Contains data for the TaskDeleting event.Constructors
| Name | Description |
|---|---|
| constructor(key, values) | Initializes a new instance of the ASPxClientGanttTaskDeletingEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| key | Specifies the task key. |
| values | Specifies the task values. |
See Also