Delegate
LayoutLoadedEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void LayoutLoadedEventHandler(object sender, LayoutLoadedEventArgs e)

Constructors

LayoutLoadedEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, LayoutLoadedEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

LayoutLoadedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, LayoutLoadedEventArgs)

Declaration

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

Parameters

sender

object

e

LayoutLoadedEventArgs