PSEventArgs.SourceEventArgs Property

Definition

Gets the first argument from the original event source that derives from EventArgs.

public:
 property EventArgs ^ SourceEventArgs { EventArgs ^ get(); };
public EventArgs SourceEventArgs { get; }
member this.SourceEventArgs : EventArgs
Public ReadOnly Property SourceEventArgs As EventArgs

Property Value

Applies to