Udostępnij za pośrednictwem


MenuBase.PropertyChanged Event

Occurs when a property has changed.

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

Syntax

'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
Dim instance As MenuBase 
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.

Implements

INotifyPropertyChanged.PropertyChanged

.NET Framework Security

See Also

Reference

MenuBase Class

MenuBase Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility