OnGotFocus

OnGotFocus

Occurs when the focus is passed to the control

Event Arguments:
form: pf.Form
args: pf.IEventArgs

where pf.IEventArgs:
export interface IEventArgs {
Sender: any;
}

Returns:
any