Click or drag to resize
AB4D logo

BaseVisual3DOnPropertyChanged Method

OnPropertyChanged method calls UpdateContentIfNotInitializing that recreates the model is visible (IsVisible is true) and if not initializing (between BeginInit and EndInit).

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected static void OnPropertyChanged(
	DependencyObject obj,
	DependencyPropertyChangedEventArgs args
)

Parameters

obj  DependencyObject
DependencyObject
args  DependencyPropertyChangedEventArgs
DependencyPropertyChangedEventArgs
See Also