ToolTipControllerEventArgsBase(Control, Object) Constructor
Creates an instance of the ToolTipControllerEventArgsBase class.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Control | The object to initialize the ToolTipControllerEventArgsBase.SelectedControl property. |
obj | Object | The object to initialize the ToolTipControllerEventArgsBase.SelectedObject property. |
See Also