MobileForms Toolkit Documentation

DetailView.OnItemLostFocus Method 

Raises the ItemLostFocus event.

protected virtual void OnItemLostFocus(
object sender,
ItemEventArgs e
);

Parameters

sender
Object of Item which raises event.
e
An ItemEventArgs that contains the event data.

Remarks

Raising an event invokes the event handler through a delegate.

See Also

DetailView Class | Resco.Controls.DetailView Namespace