MobileForms Toolkit Documentation

Item.OnLostFocus Method 

Raises the ItemLostFocus event.

public virtual void OnLostFocus(
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.OnLostFocus for proper work.

See Also

Item Class | Resco.Controls.DetailView Namespace