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
.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
ReadOnly Property Sender As Object
Get
property Object^ Sender {
Object^ get ();
}
abstract Sender : Object with get
override Sender : Object with get
Property Value
Object