Delegate PreProcessInputEventHandler
Delegate type for handles of events that use PreProcessInputEventArgs.
Namespace: nanoFramework.UI.Input
Assembly: nanoFramework.Graphics.dll
Syntax
public delegate void PreProcessInputEventHandler(object sender, PreProcessInputEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
PreProcessInputEventArgs | e |
Constructors
PreProcessInputEventHandler(object, IntPtr)
Declaration
public PreProcessInputEventHandler(object @object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
IntPtr | method |
Methods
BeginInvoke(object, PreProcessInputEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PreProcessInputEventArgs e, AsyncCallback callback, object @object)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
PreProcessInputEventArgs | 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, PreProcessInputEventArgs)
Declaration
public virtual void Invoke(object sender, PreProcessInputEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
PreProcessInputEventArgs | e |