MobileImagePicker.Selected

From Xojo Documentation

Event


MobileImagePicker.Selected(pic As Picture)

Supported on Mobile.

Called when a picture is selected.

Sample Code

Display the selected picture:

MyImageViewer.Image = pic

See Also

Picture class.