Delegate ProcessInputEventHandler
Delegate type for handles of events that use ProcessInputEventArgs.
Namespace: nanoFramework.UI.Input
Assembly: nanoFramework.Graphics.dll
Syntax
public delegate void ProcessInputEventHandler(object sender, ProcessInputEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
ProcessInputEventArgs | e |
Constructors
ProcessInputEventHandler(object, IntPtr)
Declaration
public ProcessInputEventHandler(object @object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
IntPtr | method |
Methods
BeginInvoke(object, ProcessInputEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ProcessInputEventArgs e, AsyncCallback callback, object @object)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
ProcessInputEventArgs | e | |
AsyncCallback | callback | |
object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(object, ProcessInputEventArgs)
Declaration
public virtual void Invoke(object sender, ProcessInputEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
ProcessInputEventArgs | e |