Skip to main content
All docs
V25.1
  • ASPxClientGanttTaskEventArgs Members

    Provides data for the TaskClick and TaskDblClick events.

    Constructors

    Name Description
    constructor(key, values, htmlEvent) Initializes a new instance of the ASPxClientGanttTaskEventArgs class with specified settings.

    Properties

    Name Description
    cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
    htmlEvent Provides access to the parameters associated with the TaskClick and TaskDblClick events.
    key Returns the task key.
    values Returns the task data.
    See Also