Package system.windows.input
Interface IProcessInputEventHandler
-
public interface IProcessInputEventHandler
The Java interface to be implemented to receive events from the CLR usingProcessInputEventHandler
.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.ProcessInputEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(NetObject sender, ProcessInputEventArgs e)
-
-
-
Method Detail
-
Invoke
void Invoke(NetObject sender, ProcessInputEventArgs e)
-
-