MobileForms Toolkit Documentation

Item.OnGotFocus Method 

Raises the ItemGotFocus event.

public virtual void OnGotFocus(
object sender,
ItemEventArgs e
);

Parameters

sender
Object of Item which raises event.
e
An ItemEventArgs that contains the event data (may not be absolutely filled).

Remarks

When creating your custom control, you can override this event to perform your custom action. But be careful to call base.OnGotFocus for proper work.

See Also

Item Class | Resco.Controls.DetailView Namespace