Notify Method (propertyName)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Notify Method (propertyName)
Patterns-In-Action! ApplicationWPFModel.BusinessModelObjectsBaseModelNotify(String)
Utility function for use by subclasses to notify that a property value has changed.
Declaration Syntax
C# Visual Basic
protected void Notify(
	string propertyName
)
Protected Sub Notify ( _
	propertyName As String _
)
Parameters
propertyName (String)
The name of the property.

Assembly: WPFModel (Module: WPFModel) Version: 1.0.0.0 (1.0.0.0)