Delegate
RadPageViewExplorerBarElement.PageViewExplorerBarDelegate

Represents a delegate for handling operations on RadPageViewExplorerBarItem instances.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void RadPageViewExplorerBarElement.PageViewExplorerBarDelegate(RadPageViewExplorerBarItem item)

Constructors

PageViewExplorerBarDelegate(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(RadPageViewExplorerBarItem, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(RadPageViewExplorerBarItem item, AsyncCallback callback, object @object)

Parameters

item

RadPageViewExplorerBarItem

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(RadPageViewExplorerBarItem)

Declaration

cs-api-definition
public virtual void Invoke(RadPageViewExplorerBarItem item)

Parameters

item

RadPageViewExplorerBarItem