[]
        
(Showing Draft Content)

C1.Framework.ControlHostElement.OnGotFocus

OnGotFocus Method

OnGotFocus(EventArgs)

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

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

EventArgs that contains the event data.

Overrides