DelegateHyperlinkOpenedEventHandler
Delegate
Represents the method that will handle the HyperlinkOpened events of RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public delegate void HyperlinkOpenedEventHandler(object sender, HyperlinkOpenedEventArgs e)
Constructors
Methods
BeginInvoke(object, HyperlinkOpenedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, HyperlinkOpenedEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, HyperlinkOpenedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, HyperlinkOpenedEventArgs e)
Parameters
sender
e