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
Methods
C#
public virtual IAsyncResult BeginInvoke(RadPageViewExplorerBarItem item, AsyncCallback callback, object @object)
C#
public virtual void Invoke(RadPageViewExplorerBarItem item)