SmartTagPanel.PropertyChanged Event

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

Occurs when one of the properties contained in this class changes.

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

Syntax

'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
Dim instance As SmartTagPanel
Dim handler As PropertyChangedEventHandler

AddHandler instance.PropertyChanged, handler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value);
    void remove (PropertyChangedEventHandler^ value);
}
JScript does not support events.
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>

Implements

INotifyPropertyChanged.PropertyChanged

.NET Framework Security

See Also

Reference

SmartTagPanel Class

SmartTagPanel Members

Microsoft.Windows.Design.Interaction Namespace