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

ASPxClientGanttFocusedTaskChangedEventArgs Members

Contains data for the FocusedTaskChanged event.

Constructors

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

Properties

Name Description
key Returns the task key.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
values Returns the task data.
See Also