ValueChanged Event
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Is raised when the value of the property changes (by calling SetValue(Object) or Reset()).
Syntax
public abstract event EventHandler ValueChanged
Returns
System.EventHandler |