- propertyName
- The name of the property which its value changed.
Visual Basic (Declaration) | |
---|---|
Protected Sub RaisePropertyChanged( _ ByVal propertyName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ObjectInstanceInformation Dim propertyName As String instance.RaisePropertyChanged(propertyName) |
C# | |
---|---|
protected void RaisePropertyChanged( string propertyName ) |
C++/CLI | |
---|---|
protected: void RaisePropertyChanged( String^ propertyName ) |
Parameters
- propertyName
- The name of the property which its value changed.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family