ToolTipControllerEventArgsBase(Control, Object) Constructor
Creates an instance of the ToolTipControllerEventArgsBase class.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.2.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