MobileForms Toolkit Documentation

PhoneSignalStrengthChangedEventHandler Delegate

Represents the SignalStrengthChanged event handler method.

public delegate void PhoneSignalStrengthChangedEventHandler(
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 SignalStrength

Requirements

Namespace: Resco.Phone

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

See Also

Resco.Phone Namespace