Click or drag to resize

ShapeSettingsStyleDeletingEventHandler Delegate

Represents a method that handles the ShapeSettingsStyleDeleting event of Document.

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 ShapeSettingsStyleDeletingEventHandler(
	Object sender,
	ShapeSettingsStyleDeletingEventArgs e
)

Parameters

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