Click or drag to resize

UpdatePropertyActionInvoke Method

Invokes the action.

Namespace:  TomsToolbox.Wpf.Interactivity
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected override void Invoke(
	Object? parameter
)

Parameters

parameter
Type: SystemObject
The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.
See Also