Click or drag to resize

CustomHatchDeletingEventHandler Delegate

Represents the method that handles the CustomHatchDeleting event.

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 CustomHatchDeletingEventHandler(
	Object sender,
	CustomHatchDeletingEventArgs e
)

Parameters

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