I need to copy events of one control to another control.
In winui, Only have GetEvents() not GetHandlers(). How to achieve this.
Tried to clone a control. Copied all the properties using GetProproperties() method. But stuck in events.
I need to copy events of one control to another control.
In winui, Only have GetEvents() not GetHandlers(). How to achieve this.
Tried to clone a control. Copied all the properties using GetProproperties() method. But stuck in events.