Interface IInputElement
public interface IInputElement
Methods
- AddHandler(RoutedEvent, Delegate)
Add an instance handler for the given RoutedEvent
- RaiseEvent(RoutedEventArgs)
Raise routed event with the given args
- RemoveHandler(RoutedEvent, Delegate)
Remove all instances of the given handler for the given RoutedEvent