Click or drag to resize

DocumentOnShapeChanged Method

Raise the ShapeChanged event.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntax
protected virtual void OnShapeChanged(
	ShapeChangedEventArgs e
)

Parameters

e
Type: RootPro.RootProCADShapeChangedEventArgs
A ShapeChangedEventArgs that contains the event data.
See Also