Click or drag to resize

JamWindowsFormsHostOnPropertyChanged Method

Forces the translation of a mapped property.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnPropertyChanged(
	DependencyPropertyChangedEventArgs e
)

Parameters

e
Type: System.WindowsDependencyPropertyChangedEventArgs
Arguments that identify the property that changed as well as providing that property's old and new values.
See Also