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

ASPxClientGanttDependencyDeletingEventArgs Members

Contains data for the DependencyDeleting event.

Constructors

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