SourceAwareCommandTEventArgs(ActionICommandSourceTEventArgs) Constructor

Initializes a new instance of the SourceAwareCommandTEventArgs class.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public SourceAwareCommand(
	Action<ICommandSource<TEventArgs>> callback
)

Parameters

callback  ActionICommandSourceTEventArgs
A delegate to invoke when the command is triggered.

Exceptions

See Also