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