NotifyPropertyChanged Method
See Also 
SourceCode.Workflow.Design.Associations Namespace > AssociationProperty Class : NotifyPropertyChanged Method



info
The info.

Glossary Item Box

Notifies the property changed.

Syntax

Visual Basic (Declaration) 
Public Sub NotifyPropertyChanged( _
   ByVal info As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As AssociationProperty
Dim info As String
 
instance.NotifyPropertyChanged(info)
C# 
public void NotifyPropertyChanged( 
   string info
)
C++/CLI 
public:
void NotifyPropertyChanged( 
   String^ info
) 

Parameters

info
The info.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also