C1.WPF.Docking Namespace / PickerLoadingEventArgs Class / Target Property

In This Topic
Target Property (PickerLoadingEventArgs)
In This Topic
Gets the C1DockTabControl below the mouse.
Syntax
'Declaration
 
Public ReadOnly Property Target As C1DockTabControl
 
Remarks
The value of this property may be null.
See Also