ScreenTipNeededEventHandler
Delegate
Represents the method that will handle the ScreenTipNeeded event of a RadControl.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void ScreenTipNeededEventHandler(object sender, ScreenTipNeededEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, ScreenTipNeededEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, ScreenTipNeededEventArgs e)