Skip to main content
A newer version of this page is available. .
All docs
V21.1

ASPxClientGanttResourceDeletingEventArgs Members

Contains data for the ResourceDeleting event.

Constructors

Name Description
constructor(key, values) Initializes a new instance of the ASPxClientGanttResourceDeletingEventArgs 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 resource key.
values Specifies the resource values.
See Also