Back to Devexpress

ToolTipControllerShowEventArgs Class

windowsforms-devexpress-dot-utils-4066e104.md

latest2.2 KB
Original Source

ToolTipControllerShowEventArgs Class

Provides data for the ToolTipController.BeforeShow event.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public class ToolTipControllerShowEventArgs :
    ToolTipControllerEventArgsBase,
    ICloneable
vb
Public Class ToolTipControllerShowEventArgs
    Inherits ToolTipControllerEventArgsBase
    Implements ICloneable

The following members return ToolTipControllerShowEventArgs objects:

ToolTipControllerShowEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs ToolTipControllerEventArgsBase ToolTipControllerShowEventArgs

See Also

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace