Took a look on the documentation about events on Designer and it was not clear how to proceed on it.
The AutoTextSizeLabel is a wrapper around a Label, I need to intercept the Click event from this label, that is fine and push it to the <whatever>_Click that was defined on the source code.
How can it be done?
The AutoTextSizeLabel is a wrapper around a Label, I need to intercept the Click event from this label, that is fine and push it to the <whatever>_Click that was defined on the source code.
How can it be done?