Call when a properety has changed

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
protected virtual void OnPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: System..::.String
Name of the property.

See Also