Skip to main content

ToolTipControllerGetActiveObjectInfoEventArgs Class

Provides data for the ToolTipController.GetActiveObjectInfo event.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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