DelegateToolTipOpeningEventHandler
Delegate
Represents the method that will handle the ToolTipOpening event.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public delegate void ToolTipOpeningEventHandler(object sender, ToolTipOpeningEventArgs args)
Constructors
ToolTipOpeningEventHandler(object, IntPtr)
Declaration
cs-api-definition
public ToolTipOpeningEventHandler(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
BeginInvoke(object, ToolTipOpeningEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ToolTipOpeningEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
object
args
callback
AsyncCallback
object
object
Returns
IAsyncResult
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, ToolTipOpeningEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ToolTipOpeningEventArgs args)
Parameters
sender
object
args