Version

Infragistics.Win.UltraWinSchedule.TimelineView.UIActionNotification Namespace

Classes
 ClassDescription
ClassColumnAutoSizedEventArgs Contains information about a column auto-sizing operation.
ClassColumnAutoSizingEventArgs Contains information about a column auto-sizing operation.
ClassColumnResizedEventArgs Contains information about a column resizing operation that has completed normally.
ClassColumnResizingEventArgs Contains information about a column resizing operation.
ClassKeyActionPerformedEventArgs Contains information about a key action.
ClassKeyActionPerformingEventArgs Contains information about a key action.
ClassRowResizedEventArgs Contains information about a row resizing operation that has completed normally.
ClassRowResizingEventArgs Contains information about a row resizing operation.
ClassScrollEventArgs Contains information about an event that may have been triggered by user interaction.
Interfaces
 InterfaceDescription
InterfaceIUIActionNotifier Interface implemented by the UltraTimelineView control which allows the developer receive notifications for all user interface activity.
Delegates
 DelegateDescription
DelegateColumnAutoSizedHandler Defines the signature of the method that handles the ColumnResizing event.
DelegateColumnAutoSizingHandler Defines the signature of the method that handles the ColumnResizing event.
DelegateColumnResizedHandler Defines the signature of the method that handles the ColumnResized event.
DelegateColumnResizingHandler Defines the signature of the method that handles the ColumnResizing event.
DelegateKeyActionPerformedHandler Defines the signature of the method that handles the KeyActionPerformed event.
DelegateKeyActionPerformingHandler Defines the signature of the method that handles the KeyActionPerforming event.
DelegateRowResizedHandler Defines the signature of the method that handles the RowResized event.
DelegateRowResizingHandler Defines the signature of the method that handles the RowResizing event.
DelegateScrollHandler Defines the signature of the method that handles the Scroll event.
Enumerations
 EnumerationDescription
EnumerationTimelineViewAdjustableElementResizingPhase Constants which describe the phase of a resize operation involving a AdjustableUIElement derived element such as a row or column header.
See Also