SearchControl Xojo Plugin

SearchControl.CancelButtonAction Event

This event is fired when the cancel button is clicked.

CancelButtonAction()

Parameters

Remarks

If calling the CancelEventAction method from within this event then internal action of the cancel button is canceled and instead you can implement your own custom logic.

See Also

SearchControl Control