Delegate UnitToUnitEventArgs<TUnit>
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public delegate TUnit UnitToUnitEventArgs<TUnit>(TUnit current);
Parameters
Returns
| Type |
Description |
| TUnit |
Returns the event args.
|
Type Parameters
| Name |
Description |
| TUnit |
The unit of the value.
|
Constructors
UnitToUnitEventArgs(Object, IntPtr)
Declaration
public UnitToUnitEventArgs(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(TUnit, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(TUnit current, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| TUnit |
current |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual TUnit EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Invoke(TUnit)
Declaration
public virtual TUnit Invoke(TUnit current)
Parameters
| Type |
Name |
Description |
| TUnit |
current |
|
Returns