API Referenceglobal
CreateOptionDelegate<T>class
object→
MulticastDelegate→CreateOptionDelegate<T>Constructors1
Showing 1 constructors
public CreateOptionDelegate<T>(object object, System.IntPtr method)
| Parameter | Type | Description |
|---|---|---|
| object | object | — |
| method | IntPtr | — |
No results match this filter.
Methods3
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(Editor.Menu parent, Editor.Menu.PathElement display, T value, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| parent | Menu | — |
| display | PathElement | — |
| value | T | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual void EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
void—public virtual void Invoke(Editor.Menu parent, Editor.Menu.PathElement display, T value)
| Parameter | Type | Description |
|---|---|---|
| parent | Menu | — |
| display | PathElement | — |
| value | T | — |
Returns:
void—No results match this filter.