Skip to main content
A newer version of this page is available. .

ToolTipControllerGetActiveObjectInfoEventArgs Class

Provides data for the ToolTipController.GetActiveObjectInfo event.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public class ToolTipControllerGetActiveObjectInfoEventArgs :
    ToolTipControllerEventArgsBase

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