Click or drag to resize

ICloseAwareViewModelClose Method

Occures if the control requests a closing. The viewmodel has to react to the requst by for example removing the tab from the ObservableCollectionT.

Namespace:  Cauldron.XAML.ViewModels
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
Task Close()

Return Value

Type: Task

[Missing <returns> documentation for "M:Cauldron.XAML.ViewModels.ICloseAwareViewModel.Close"]

See Also