The name of the source that generated the event.
Read-write property
[Visual Basic .NET] |
---|
Public Property Source() As String |
[C#] |
---|
public string Source {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Source(); |
[Unmanaged C++] |
---|
public: HRESULT get_Source( BSTR * pSource ); public: HRESULT put_Source( BSTR Source ); |
[Java] |
---|
public String getSource(); public void setSource( String ); |