The DisGUISE C# class library

CallEventReporter.OnPhoneCall Event

This event gets fired everytime call related activity occurs.

public event CallEventHandler OnPhoneCall;

Event Data

The event handler receives an argument of type CallEventArgs containing data related to this event. The following CallEventArgs property provides information specific to this event.

Property Description
Callinfo  

See Also

CallEventReporter Class | DisGUISE.Phone Namespace