Version

UltraCarouselEventIds Enumeration

Uniquely identifies each event exposed by the UltraCarousel control.
Syntax
'Declaration
 
Public Enum UltraCarouselEventIds 
   Inherits System.Enum
public enum UltraCarouselEventIds : System.Enum 
Members
MemberDescription
AnimationCompletedAnimationCompleted
AnimationStartingAnimationStarting
GestureCompletedThe GestureCompleted event.
GestureQueryStatusThe GestureQueryStatus event.
GestureStartingThe GestureStarting event.
ItemActivatedItemActivated
ItemActivatingItemActivating
ItemClickItemClick
ItemSelectionChangedThe UltraCarousel.ItemSelectionChanged event.
ItemSelectionChangingThe UltraCarousel.ItemSelectionChanging event.
MouseEnterElementThe Infragistics.Win.UltraControlBase.MouseEnterElement event.
MouseLeaveElementThe Infragistics.Win.UltraControlBase.MouseLeaveElement event.
PanGestureThe PanGesture event.
PressAndHoldGestureThe PressAndHoldGesture event.
PressAndTapGestureThe PressAndTapGesture event.
RotateGestureThe RotateGesture event.
TwoFingerTapGestureThe TwoFingerTapGesture event.
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