Click or drag to resize

ShapeSettingsStyleEventHandler Delegate

Represents the method that handles events of ShapeSettingsStyle.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public delegate void ShapeSettingsStyleEventHandler(
	Object sender,
	ShapeSettingsStyleEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: RootPro.RootProCADShapeSettingsStyleEventArgs
Store event data ShapeSettingsStyleEventArgs .
See Also