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

    Contains data for the TaskUpdating event.

    Constructors

    Name Description
    constructor(key, values, newValues) Initializes a new instance of the ASPxClientGanttTaskUpdatingEventArgs 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.
    newValues Specifies the task’s new values.
    values Specifies the task values.
    See Also