PropertyBase(TOwner, TValue).OnPropertyChanging Method

Tungsten Suite

PropertyBaseTOwner, TValueOnPropertyChanging Method

Calls RaisePropertyChanging to raise the PropertyChanging event

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
protected override void OnPropertyChanging(
	string propertyName = null
)

Parameters

propertyName (Optional)
Type: SystemString
The name of the caller (the property which changed)
See Also