SmartTagPanel.OnPropertyChanged Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raises the PropertyChanged event.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected Sub OnPropertyChanged ( _
    propertyName As String _
)
'Usage
Dim propertyName As String

Me.OnPropertyChanged(propertyName)
protected void OnPropertyChanged(
    string propertyName
)
protected:
void OnPropertyChanged(
    String^ propertyName
)
protected function OnPropertyChanged(
    propertyName : String
)
member OnPropertyChanged : 
        propertyName:string -> unit 

Parameters

  • propertyName
    Type: System.String
    Name of the property that changed.

.NET Framework Security

See Also

Reference

SmartTagPanel Class

SmartTagPanel Members

Microsoft.Windows.Design.Interaction Namespace