Delegate XPTaskBarBox.FocusEventHandler
Assembly: Syncfusion.Tools.Windows.dll
public delegate bool FocusEventHandler();
Returns
Constructors
Declaration
public FocusEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual bool Invoke()
Returns