ICommandSourceTEventArgs 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: 8.1.0
C#
public interface ICommandSource<out TEventArgs> : ICommandSource
where TEventArgs : EventArgs
Implements
ICommandSource

Type Parameters

TEventArgs
The type of the event arguments of the source event.

Properties

EventArgs Gets a TEventArgs instance containing the event data.
Source Gets the source of the invocation, which is the object that triggered the event.
(Inherited from ICommandSource)
TriggeringEvent Gets the triggering event of the source object.
(Inherited from ICommandSource)

See Also