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