The DisGUISE C# class library

RawEventArgs Class

Objects of this class encapsulate single unsolicitated result codes. Those lines are transmitted by the phone everytime something "out of line" occurs, such as an incoming call or user interaction; Therefore, they are on the lowest level of events.

For a list of all members of this type, see RawEventArgs Members.

System.Object
   System.EventArgs
      DisGUISE.Backend.Events.RawEventArgs

public class RawEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DisGUISE.Backend.Events

Assembly: DisGUISE (in DisGUISE.dll)

See Also

RawEventArgs Members | DisGUISE.Backend.Events Namespace