Events
Here is a list of events exposed by the RadTaskBoard control:
-
AutoGeneratingColumn: Occurs each time a new column is auto-generated by the control. The type of the passed event arguments is TaskBoardAutoGeneratingColumnEventArgs.
Example 1: Get column in AutoGeneratingColumn event handler
-
AutoGeneratingItem: Occurs each time a new TaskBoard item is auto-generated by the control. The type of the passed event arguments is TaskBoardAutoGeneratingItemEventArgs.
Example 2: Get generated task
-
SelectionChanged: Occurs each time an item is selected. The type of the passed event arguments is SelectionChangedEventArgs.
Example 3: Get the selected item
See Also
- Getting Started