Delegate RadPageViewExplorerBarElement.PageViewExplorerBarDelegate
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PageViewExplorerBarDelegate(RadPageViewExplorerBarItem item);
Parameters
RadPageViewExplorerBarItem
item
|
Constructors
PageViewExplorerBarDelegate(Object, IntPtr)
Declaration
public PageViewExplorerBarDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(RadPageViewExplorerBarItem, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadPageViewExplorerBarItem item, AsyncCallback callback, object object)
Parameters
RadPageViewExplorerBarItem
item
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(RadPageViewExplorerBarItem)
Declaration
public virtual void Invoke(RadPageViewExplorerBarItem item)
Parameters
RadPageViewExplorerBarItem
item
|