Click or drag to resize

HatchHatchBoundaryPathRemovedEventHandler Delegate

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public delegate void HatchBoundaryPathRemovedEventHandler(
	Hatch sender,
	ObservableCollectionEventArgs<HatchBoundaryPath> e
)
Request Example View Source

Parameters

sender
Type: netDxf.EntitiesHatch
e
Type: netDxf.CollectionsObservableCollectionEventArgsHatchBoundaryPath
See Also