ICommandSourceSender Property

Gets the sender of the underlying event. For instance events, this is usually the same as Source, but it can be different in some cases, for example when the add/remove accessors of the event map the subscription to another object's event. For static events the sender is usually .

Definition

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

Property Value

Object

See Also