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.
Called when any dependency properties of this control was changed.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overrides Sub OnPropertyChanged ( _
e As DependencyPropertyChangedEventArgs _
)
protected override void OnPropertyChanged(
DependencyPropertyChangedEventArgs e
)
protected:
virtual void OnPropertyChanged(
DependencyPropertyChangedEventArgs e
) override
abstract OnPropertyChanged :
e:DependencyPropertyChangedEventArgs -> unit
override OnPropertyChanged :
e:DependencyPropertyChangedEventArgs -> unit
protected override function OnPropertyChanged(
e : DependencyPropertyChangedEventArgs
)
Parameters
- e
Type: System.Windows.DependencyPropertyChangedEventArgs
A DependencyPropertyChangedEventArgs that contains the event data.
Remarks
If you override this method, call the base implementation first to preserve the desired functionality.
.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