ErrorProvider Xojo Plugin

DesktopErrorProvider.MouseExit Event

This event is fired when the exits enters the error.

MouseExit(
   source as DesktopUIControl,
   legacySource as RectControl)

Parameters

source
The source control that indicates which error the event applies to. (This can be nil if the source is old style control, in which case the legacySource parameter would contain reference to the control).
legacySource
The legacy source control that indicates which error the event applies to. (This can be nil if the source is new style control, in which case the source parameter would contain reference to the control)

Remarks

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

See Also

DesktopErrorProvider Control