Version

PopupGalleryTool Class Events

For a list of all members of this type, see PopupGalleryTool members.

Public Events
 NameDescription
Public EventAfterToolActivateOccurs after a tool becomes the active tool. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventAfterToolCloseupOccurs after a tool closes up. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventAfterToolDeactivateOccurs after a tool ceases to be the active tool. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventAfterToolDropdownOccurs after a tool drops down. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventAfterToolEnterEditModeOccurs after a tool has entered edit mode. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventAfterToolExitEditModeOccurs after a tool has exited edit mode. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventBeforeToolActivateOccurs before a tool becomes the active tool. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventBeforeToolDropdownOccurs before a tool drops down. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventBeforeToolEnterEditModeCancelable event that occurs before a tool has entered edit mode. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventBeforeToolExitEditModeCancelable event that occurs before a tool has exited edit mode. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventGalleryToolActiveItemChangeOccurs when an item in the gallery drop down or preview is activated for the length of the ActivationActionDelay.  
Public EventGalleryToolFilterChangeOccurs when the selected group filter has changed.  
Public EventGalleryToolItemClickOccurs when an item in the gallery drop down or preview is clicked.  
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Public EventToolClickOccurs when the tool is clicked by the user. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventToolDoubleClickOccurs when a tool is double-clicked by the user. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventToolEditErrorOccurs after the ToolBase.BeforeToolExitEditMode event if the value that the user has entered is invalid. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventToolKeyDownOccurs when a key is pressed when a tool has the input focus. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventToolKeyPressOccurs when a key is pressed and released when a tool has the input focus. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventToolKeyUpOccurs when a key is released when a tool has the input focus. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
Public EventToolValueChangedOccurs when the value of a tool changes. (Inherited from Infragistics.Win.UltraWinToolbars.ToolBase)
See Also