- propertyName
- A System.String that represents the name of the property that has changed.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnPropertyChanged( _ ByVal propertyName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WindowLevelInformation Dim propertyName As String instance.OnPropertyChanged(propertyName) |
C# | |
---|---|
protected virtual void OnPropertyChanged( string propertyName ) |
Managed Extensions for C++ | |
---|---|
protected: virtual void OnPropertyChanged( string* propertyName ) |
C++/CLI | |
---|---|
protected: virtual void OnPropertyChanged( String^ propertyName ) |
Parameters
- propertyName
- A System.String that represents the name of the property that has changed.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7