Click or drag to resize

LayoutOrderChangedEventHandler Delegate

Represents a method that handles the LayoutOrderChanged 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 LayoutOrderChangedEventHandler(
	Object sender,
	LayoutOrderChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: RootPro.RootProCADLayoutOrderChangedEventArgs
containing event data LayoutOrderChangedEventArgs.
See Also