PropertyBase(TOwner, TValue).ResetToDefaultValue Method

Tungsten Suite

PropertyBaseTOwner, TValueResetToDefaultValue Method

Resets the Value to the value provided by DefaultValue

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public void ResetToDefaultValue(
	bool raise
)

Parameters

raise
Type: SystemBoolean
If True, raise OnPropertyChanged event and call the OnValueChanged callback
See Also