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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.WPF..::..SourcedEventArgs

See Also