B4J Question Event close of the x b4j

DonManfred

Expert
Licensed User
Longtime User
B4X:
Sub mainform_CloseRequest (EventData As Event)
 EventData.Consume
' do your checking here
' then call
mainform.close
End Sub
 
Upvote 0
Top