Click or drag to resize

IViewAwareOnAssignToDataContext Method

Occures after the viewmodel is assigned to the DataContext.

Namespace:  Cauldron.XAML.ViewModels
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
void OnAssignToDataContext(
	InputBindingCollection inputBindingCollection
)

Parameters

inputBindingCollection
Type: System.Windows.InputInputBindingCollection
The input binding collection that can be used to add new command bindings (hot-keys) to the view from the viewmodel
See Also