Provides data for the ScreenTipNeeded event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ScreenTipNeededEventArgs : EventArgs
Inheritance: objectEventArgsScreenTipNeededEventArgs
Inherited Members
Constructors
Initializes a new instance of the ScreenTipNeededEventArgs class.
C#
public ScreenTipNeededEventArgs(RadElement item, Size offset)
The item.
offsetSizeThe offset.
Initializes a new instance of the ScreenTipNeededEventArgs class.
Properties
Gets the item for which the ScreenTipNeeded event occurs.
C#
public RadElement Item { get; }
The item.