PropertySlim(TValue).RaiseOnPropertyChanged Method

Tungsten Suite

PropertySlimTValueRaiseOnPropertyChanged Method

Raises the PropertyChanged event

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
protected void RaiseOnPropertyChanged(
	Object sender,
	string propertyName
)

Parameters

sender
Type: SystemObject
The sender is the owner of the property
propertyName
Type: SystemString
The name of the caller (the property which changed)
See Also