ToolTipControllerGetActiveObjectInfoEventArgs Class
Provides data for the ToolTipController.GetActiveObjectInfo event.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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