WindowsFormsHost.OnPropertyChanged(DependencyPropertyChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forces the translation of a mapped property.
protected:
override void OnPropertyChanged(System::Windows::DependencyPropertyChangedEventArgs e);
protected override void OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e);
override this.OnPropertyChanged : System.Windows.DependencyPropertyChangedEventArgs -> unit
Protected Overrides Sub OnPropertyChanged (e As DependencyPropertyChangedEventArgs)
Parameters
Arguments that identify the property that changed as well as providing that property's old and new values.
Remarks
Calling the OnPropertyChanged method may be necessary when a property of an ancestor element has changed, but the local value of the WindowsFormsHost element has not changed. For more information, see Windows Forms and WPF Property Mapping.