Version

GanttViewEventIds Enumeration

Uniquely identifies each DayView event.
Syntax
'Declaration
 
Public Enum GanttViewEventIds 
   Inherits System.Enum
public enum GanttViewEventIds : System.Enum 
Members
MemberDescription
ActiveTaskChangedFired after the UltraGanttView.ActiveTask changes.
ActiveTaskChangingFired before the UltraGanttView.ActiveTask changes.
CellActivatedFired after a cell is activated in the grid portion of the GanttView.
CellActivatingFired before the a cell is activated in the grid portion of the GanttView.
CellChangeFired when a cell in edit mode has its value modified by the user.
CellDeactivatingFired before a cell in the grid portion of the control is deactivated.
ContextMenuInitializingFired before the GanttViewContextMenu is displayed.
GestureCompletedThe GestureCompleted event.
GestureQueryStatusThe GestureQueryStatus event.
GestureStartingThe GestureStarting event.
PanGestureThe PanGesture event.
PressAndHoldGestureThe PressAndHoldGesture event.
PressAndTapGestureThe PressAndTapGesture event.
ResourceParseErrorFired when an attempt to parse an Owner for the purposes of assigning it to a task's Resources collection fails.
RotateGestureThe RotateGesture event.
TaskAddedFired after the user adds a new task Task.
TaskAddingFired before the user adds a new task Task.
TaskDeletedFired after the user deletes a Task.
TaskDeletingFired before the user deletes a Task.
TaskDialogDisplayingFired before the TaskDialog is displayed.
TaskElementDragCompleteFired when a drag operation for an element of a Task has been successfully completed.
TaskElementDraggingFired when an element of a Task is dragged in the user interface
TaskToolTipDisplayingFired when a tooltip is about to be displayed for a Task.
TimelineColumnHeaderInitializingFired immediately before the child elements are initialized for a ColumnHeaderUIElement, giving listeners the opportunity to change the text and/or appearance for the header.
TimelineColumnHeaderToolTipDisplayingFired immediately before a tooltip is displayed for a ColumnHeaderUIElement or a DateNavigationButtonUIElement, giving listeners the opportunity to change the text that is displayed or prevent it from displaying.
TimelineDateNavigationButtonClickedFired when a DateNavigationButtonUIElement is clicked, giving listeners the opportunity to change the action that is taken.
TimelinePrimaryIntervalChangedFired when the PrimaryInterval has changed.
TimelineVisibleDateTimeRangeChangedFired after the control's TimelineVisibleDateTimeRangeChanged has changed.
TwoFingerTapGestureThe TwoFingerTapGesture event.
VerticalSplitterDraggedFired after a drag operation for the VerticalSplitterUIElement is terminated normally.
VerticalSplitterDraggingFired when the VerticalSplitterUIElement is in the process of being dragged by the user.
ZoomGestureThe ZoomGesture event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also