windowsforms-devexpress-dot-utils-4066e104.md
Provides data for the ToolTipController.BeforeShow event.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class ToolTipControllerShowEventArgs :
ToolTipControllerEventArgsBase,
ICloneable
Public Class ToolTipControllerShowEventArgs
Inherits ToolTipControllerEventArgsBase
Implements ICloneable
The following members return ToolTipControllerShowEventArgs objects:
ToolTipControllerShowEventArgs is the data class for the following events:
Handle the ToolTipController.BeforeShow event to customize tooltips before displaying them on screen. For instance, you can modify the text and image for the hint, suppress the tooltip, etc.
Object EventArgs ToolTipControllerEventArgsBase ToolTipControllerShowEventArgs
See Also