Raises the
PropertyChanged event.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable Sub OnPropertyChanged( _
ByVal propertyName As String _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ModalityOptions
Dim propertyName As String
instance.OnPropertyChanged(propertyName) |
Parameters
- propertyName
- A System.String that represents the name of the property that has changed.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also