Click or drag to resize

ThreadedViewModelOnClosing Method


Namespace: ArthaChitra.Core.ViewModel
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual Task OnClosing(
	CancellationToken token,
	CancelEventArgs args
)

Parameters

token  CancellationToken
 
args  CancelEventArgs
 

Return Value

Task
See Also