Windows.Foundation.TypedEventHandler
February 7, 2017 ยท View on GitHub
-description
Represents a method that handles general events.
-parameters
-param sender
The event source.
-param args
The event data. If there is no event data, this parameter will be null.