Click or drag to resize

LayoutDeletingEventHandler Delegate

Represents a method that handles the LayoutDeleting 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 LayoutDeletingEventHandler(
	Object sender,
	LayoutDeletingEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: RootPro.RootProCADLayoutDeletingEventArgs
See Also