MobileForms Toolkit Documentation

ItemEventHandler Delegate

Item Event Handler.

public delegate void ItemEventHandler(
object sender,
ItemEventArgs e
);

Parameters

sender
Object of item which raise event.
e
Item event arguments.

Remarks

When you create a ItemEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

Requirements

Namespace: Resco.Controls.DetailView

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

Resco.Controls.DetailView Namespace