MobileForms Toolkit Documentation

PhoneMissedCallCountChangedEventHandler Delegate

Represents the MissedCallCountChanged event handler method.

public delegate void PhoneMissedCallCountChangedEventHandler(
object sender,
ChangedValEventArgs args
);

Parameters

sender
An instance of the Phone object which handles the event.
args
ChangedValEventArgs object which contains the new value of the MissedCallCount

Requirements

Namespace: Resco.Phone

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

See Also

Resco.Phone Namespace