OnPropertyChanged Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Occurs when a dependency property has changed

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
protected override void OnPropertyChanged(
	DependencyPropertyChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnPropertyChanged ( _
	e As DependencyPropertyChangedEventArgs _
)
Visual C++
protected:
virtual void OnPropertyChanged(
	DependencyPropertyChangedEventArgs e
) override

Parameters

e
Type: System.Windows..::.DependencyPropertyChangedEventArgs
Data for property change event

See Also