Delegate DrawItemCallback
Called by ITabRenderer implementation to allow custom drawing.
Assembly: Syncfusion.Tools.Windows.dll
public delegate bool DrawItemCallback(DrawTabEventArgs eventArgs);
Parameters
Returns
Type |
Description |
System.Boolean |
True to indicate custom drawing was done; false otherwise.
|
Constructors
Declaration
public DrawItemCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(DrawTabEventArgs eventArgs, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
DrawTabEventArgs |
eventArgs |
|
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(DrawTabEventArgs eventArgs)
Parameters
Returns