Area2DOverlayOnParentDisplayCanvasChanged Method

CVB.Net Documentation
React to changes in the canvas...

Namespace:  Stemmer.Cvb.Wpf.Overlays
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected override void OnParentDisplayCanvasChanged(
	DisplayCanvas oldCanvas,
	DisplayCanvas newCanvas
)

Parameters

oldCanvas
Type: Stemmer.Cvb.Wpf.ControlsDisplayCanvas
Canvas on which the overlay was hitherto located.
newCanvas
Type: Stemmer.Cvb.Wpf.ControlsDisplayCanvas
Canvas on which the overlay will now "live".
See Also

Reference