Click or drag to resize

RelayCommand<T>(Action<T>) Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.5.0
Syntax
C#
public RelayCommand(
	Action<T> execute
)

Parameters

execute  Action<T>
 
See Also