Windows Runtime delegates and object lifetime in C++/CX

1 · Raymond Chen · May 23, 2019, 2 p.m.
In C++/CX, there are two ways to create event handlers: As an (object, method) pair, or as a lambda. And the lifetime rules are different depending on how you do it. When you create a delegate with an object and a method, The post Windows Runtime delegates and object lifetime in C++/CX appeared first on The Old New Thing....