Skip to content

Applies to

net10.0-windows10.0.19041, net10.0-windows10.0.19041, net10.0-windows10.0.19041, net9.0-windows10.0.19041, net9.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481

public bool ExecuteHook(object? source, object target, Func<IObservedChange<object, object>[]> getCurrentViewModelProperties, Func<IObservedChange<object, object>[]> getCurrentViewProperties, BindingDirection direction)

View source

Inherited documentation

These docs were inherited from IPropertyBindingHook. The member doesn't override them on this type.

Summary: Called when any binding is set up.

Parameters

NameTypeDescription
sourceobject?The source ViewModel.
targetobjectThe target View (not the actual control).
getCurrentViewModelPropertiesFunc[]>Get current view model properties.
getCurrentViewPropertiesFunc[]>Get current view properties.
direction[BindingDirection](#The Binding direction.

Returns: bool -- If false, the binding is cancelled.