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.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
Object Source { get; }

Property Value

Object

See Also