PropertySlim(TValue).RaiseOnPropertyChanging Method

Tungsten Suite

PropertySlimTValueRaiseOnPropertyChanging Method

Raises the PropertyChanging event

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
protected void RaiseOnPropertyChanging(
	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 changing)
See Also