SourceAwareCommandTEventArgs, TParam(ActionICommandSourceTEventArgs, TParam) Constructor

Initializes a new instance of the SourceAwareCommandTEventArgs, TParam class.

Definition

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

Parameters

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

Exceptions

See Also