Click or drag to resize

ExpanderBehaviourSetSizeChangedCommand method

WPF setter for the SizeChangedCommand.

Namespace: Vishnu.WPF_UI.Behaviours
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static void SetSizeChangedCommand(
	
	UIElement obj,
	
	ICommand value
)

Parameters

obj  UIElement
The owning control.
value  ICommand
The Command.
See also