ToolTipControllerShowEventArgs(Control, Object) Constructor
Creates an instance of the ToolTipControllerShowEventArgs class and initializes the ToolTipControllerEventArgsBase.SelectedControl and ToolTipControllerEventArgsBase.SelectedObject properties.
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. |
Remarks
The constructor creates a new instance of the ToolTipControllerShowEventArgs class. The ToolTipControllerEventArgsBase.SelectedControl and ToolTipControllerEventArgsBase.SelectedObject properties are set the specified values. Other properties are initialized by default.