Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the PropertyChanged event with the specified PropertyChangedEventArgs.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overridable Sub OnPropertyChanged ( _
e As PropertyChangedEventArgs _
)
protected virtual void OnPropertyChanged(
PropertyChangedEventArgs e
)
protected:
virtual void OnPropertyChanged(
PropertyChangedEventArgs^ e
)
abstract OnPropertyChanged :
e:PropertyChangedEventArgs -> unit
override OnPropertyChanged :
e:PropertyChangedEventArgs -> unit
protected function OnPropertyChanged(
e : PropertyChangedEventArgs
)
Parameters
- e
Type: System.ComponentModel.PropertyChangedEventArgs
The data for the event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace