ICommandSource Interface

Represents source information about the command.
See the Remarks section of the ICommand interface for details and examples about commands.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public interface ICommandSource

Properties

EventArgs Gets the EventArgs instance containing the event data.
Source Gets the source of the invocation, which is the object that triggered the event.
TriggeringEvent Gets the triggering event of the source object.

See Also