I wish I could invoke an event from another event, example:
To remove an element from a CustomListView I use the event of this object
Sub CustomListView_ItemClick (Index As Int, Value As Object)
CustomListView.RemoveAt (Index)
End Sub
Now my question is how can I invoke this event from the...
Hi there
This is just a thought...
The current implementation of the event driven BANanoSQL has a callback method for .Execute being
Sub SQL_SQLExecuteResult(Tag As String, Result As List)
If perhaps one could have an extra call e.g.
.Execute1(qry,args,BANano.CallBack(DoThis))
, this being...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.