PhoneLineWatcherEventArgs PhoneLineWatcherEventArgs PhoneLineWatcherEventArgs PhoneLineWatcherEventArgs Class

Definition

Represents a class that contains the information about which phone line was added, removed, or updated.

public : sealed class PhoneLineWatcherEventArgs : IPhoneLineWatcherEventArgspublic sealed class PhoneLineWatcherEventArgs : IPhoneLineWatcherEventArgsPublic NotInheritable Class PhoneLineWatcherEventArgs Implements IPhoneLineWatcherEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced v1)

Remarks

This class is used in the event arguments for the events raised by the PhoneLineWatcher class.

Properties

LineId LineId LineId LineId

Gets the ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.

public : PlatForm::Guid LineId { get; }public Guid LineId { get; }Public ReadOnly Property LineId As Guid// You can use this property in JavaScript.
Value
PlatForm::Guid Guid Guid Guid

The ID of the phone line that triggered the LineAdded, LineRemoved, or LineUpdated event.