ICommandSourceSource Property
Gets the source of the invocation. For instance events, this is the object that owns the event. For static events, this is the declaring type of the event.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
ReadOnly Property Source As Object
Get
property Object^ Source {
Object^ get ();
}
abstract Source : Object with get
Property Value
Object