PSEventSubscriber.SourceObject 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.
The object to which this event subscription applies.
public:
property System::Object ^ SourceObject { System::Object ^ get(); };
public:
property Platform::Object ^ SourceObject { Platform::Object ^ get(); };
public object SourceObject { get; }
member this.SourceObject : obj
Public ReadOnly Property SourceObject As Object