Android Question How to get event of class in the activity?

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi All,
I am using clsCheckList class.I added one control ImageView in one of its functions AddItem. When we click on ImageView the event ImageView_Click fires inside the clsCheckList Class. I want to trap that event in the activity form itself.
As per OOPs concept we create object for class and invoke its events.

Dim cList as clsCheckList
cList.AddItem... and so on,

but ImageView_Click being an event is not available in the activity form.
Please tell me the workaround.

Thanks
Juzer
 
Top