[]
        
(Showing Draft Content)

C1.Framework.ControlHostElement.OnLostFocus

OnLostFocus Method

OnLostFocus(EventArgs)

Called by the host control when this Element loses the focus.

Declaration
public override void OnLostFocus(EventArgs e)
Parameters
Type Name Description
EventArgs e

EventArgs that contains the event data.

Overrides