AsyncRelayCommandT(ActionCancelEventArgs, Boolean) Constructor |
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public AsyncRelayCommand(
Action<CancelEventArgs> onClosing,
bool canCancel
)
Parameters
- onClosing ActionCancelEventArgs
-
- canCancel Boolean
-
See Also