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