The object that is the source of the value.
            
            
            
            
            
            
            
            'Declaration
 
<BrowsableAttribute(False)>
<JetBrains.Annotations.CanBeNullAttribute()>
Public ReadOnly Property SourceObject As Object
             
        
            
            'Usage
 
Dim instance As EventSource
Dim value As Object
 
value = instance.SourceObject
             
        
            
            [Browsable(false)]
[JetBrains.Annotations.CanBeNull()]
public object SourceObject {get;}
             
        
            
            [Browsable(false)]
[JetBrains.Annotations.CanBeNull()]
public:
property Object^ SourceObject {
   Object^ get();
}
             
        
             
        
            
            
            Property Value
The value of this property can be null (Nothing in Visual Basic).
 
            
            
            
            
             
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also