PSEventArgs.SourceEventArgs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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