Version

UltraSpreadsheetEventIds Enumeration

Enumerations that uniquely identify the UltraSpreadsheet events.
Syntax
'Declaration
 
Public Enum UltraSpreadsheetEventIds 
   Inherits System.Enum
public enum UltraSpreadsheetEventIds : System.Enum 
Members
MemberDescription
ActiveCellChangedUsed to identify the UltraSpreadsheet.ActiveCellChanged event.
ActivePaneChangedUsed to identify the UltraSpreadsheet.ActivePaneChanged event.
ActiveTableChangedUsed to identify the UltraSpreadsheet.ActiveTableChanged event.
ActiveWorksheetChangedUsed to identify the UltraSpreadsheet.ActiveWorksheetChanged event.
EditModeEnteredUsed to identify the UltraSpreadsheet.EditModeEntered event.
EditModeEnteringUsed to identify the UltraSpreadsheet.EditModeEntering event.
EditModeExitedUsed to identify the UltraSpreadsheet.EditModeExited event.
EditModeExitingUsed to identify the UltraSpreadsheet.EditModeExiting event.
EditModeValidationErrorUsed to identify the UltraSpreadsheet.EditModeValidationError event.
EditRangePasswordNeededUsed to identify the UltraSpreadsheet.EditRangePasswordNeeded event.
GestureCompletedUsed to identify the Infragistics.Win.UltraControlBase.GestureCompleted event for a UltraSpreadsheet.
GestureQueryStatusUsed to identify the Infragistics.Win.UltraControlBase.GestureQueryStatus event for a UltraSpreadsheet.
GestureStartingUsed to identify the Infragistics.Win.UltraControlBase.GestureStarting event for a UltraSpreadsheet.
HyperlinkExecutingUsed to identify the UltraSpreadsheet.HyperlinkExecuting event.
MouseEnterElementUsed to identify the Infragistics.Win.UltraControlBase.MouseEnterElement event for a UltraSpreadsheet.
MouseLeaveElementUsed to identify the Infragistics.Win.UltraControlBase.MouseLeaveElement event for a UltraSpreadsheet.
PanGestureUsed to identify the Infragistics.Win.UltraControlBase.PanGesture event for a UltraSpreadsheet.
PerformedActionUsed to identify the UltraSpreadsheet.PerformedAction event.
PerformingActionUsed to identify the UltraSpreadsheet.PerformingAction event.
PressAndHoldGestureUsed to identify the Infragistics.Win.UltraControlBase.PressAndHoldGesture event for a UltraSpreadsheet.
PressAndTapGestureUsed to identify the Infragistics.Win.UltraControlBase.PressAndTapGesture event for a UltraSpreadsheet.
RotateGestureUsed to identify the Infragistics.Win.UltraControlBase.RotateGesture event for a UltraSpreadsheet.
SelectionChangedUsed to identify the UltraSpreadsheet.SelectionChanged event.
TwoFingerTapGestureUsed to identify the Infragistics.Win.UltraControlBase.TwoFingerTapGesture event for a UltraSpreadsheet.
UserPromptDisplayingUsed to identify the UltraSpreadsheet.UserPromptDisplaying event.
WorkbookDirtiedUsed to identify the UltraSpreadsheet.WorkbookDirtied event.
ZoomGestureUsed to identify the Infragistics.Win.UltraControlBase.ZoomGesture event for a UltraSpreadsheet.
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