this won’t work since initially the default value of your created variable is null and all event will be bind to that null at that moment.
so when you do a Set, you will have to rebind the events.
Example:
this won’t work since initially the default value of your created variable is null and all event will be bind to that null at that moment.
so when you do a Set, you will have to rebind the events.
Example: