Delegate
HyperlinkOpeningEventHandler

Represents the method that will handle the HyperlinkOpening events of RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void HyperlinkOpeningEventHandler(object sender, HyperlinkOpeningEventArgs e)

Constructors

HyperlinkOpeningEventHandler(object, IntPtr)

Declaration

cs-api-definition
public HyperlinkOpeningEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, HyperlinkOpeningEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, HyperlinkOpeningEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

HyperlinkOpeningEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, HyperlinkOpeningEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, HyperlinkOpeningEventArgs e)

Parameters

sender

object

e

HyperlinkOpeningEventArgs