Back to Devexpress

ToolTipControllerGetActiveObjectInfoEventArgs Class

windowsforms-devexpress-dot-utils-a1973f28.md

latest1.9 KB
Original Source

ToolTipControllerGetActiveObjectInfoEventArgs Class

Provides data for the ToolTipController.GetActiveObjectInfo event.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class ToolTipControllerGetActiveObjectInfoEventArgs :
    ToolTipControllerEventArgsBase
vb
Public Class ToolTipControllerGetActiveObjectInfoEventArgs
    Inherits ToolTipControllerEventArgsBase

ToolTipControllerGetActiveObjectInfoEventArgs is the data class for the following events:

Remarks

Handle the ToolTipController.GetActiveObjectInfo event to provide tooltips for various elements of controls that implement the DevExpress.Utils.IToolTipControlClient interface

Inheritance

Object EventArgs ToolTipControllerEventArgsBase ToolTipControllerGetActiveObjectInfoEventArgs

See Also

ToolTipControllerGetActiveObjectInfoEventArgs Members

DevExpress.Utils Namespace