Contains data for events with a source different from the object firing the event.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public class SourcedEventArgs : EventArgs
Visual Basic
Public Class SourcedEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Phone..::..SourcedEventArgs

See Also