Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 502 Bytes

typedeventhandler_2.md

File metadata and controls

25 lines (18 loc) · 502 Bytes
-api-id -api-type
T:Windows.Foundation.TypedEventHandler`2
winrt delegate

Windows.Foundation.TypedEventHandler<TSender, TResult>

-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.

-remarks

-examples

-see-also