ErrorProvider Xojo and Real Studio Plugin

ErrorProvider.MouseExit Event

This event is fired when the exits enters the error.

MouseExit(
   source as RectControl)

Parameters

source
The source control that indicates which error the even applies to.

Remarks

Use the source parameter to detect which error the mouse has exited.

See Also

ErrorProvider Control