New to Telerik UI for WinFormsStart a free 30-day trial

Represents a delegate for handling operations on RadPageViewExplorerBarItem instances.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void RadPageViewExplorerBarElement.PageViewExplorerBarDelegate(RadPageViewExplorerBarItem item)

Constructors

C#
public PageViewExplorerBarDelegate(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(RadPageViewExplorerBarItem item, AsyncCallback callback, object @object)
Parameters:itemRadPageViewExplorerBarItemcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(RadPageViewExplorerBarItem item)
Parameters:itemRadPageViewExplorerBarItem