ICommandSource Interface
Represents source information about the command.
See the
Remarks section of the
ICommand interface for details and examples about commands.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public interface ICommandSource
Public Interface ICommandSource
public interface class ICommandSource
type ICommandSource = interface end
| 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.
|