Click or drag to resize

MLineStyleMLineStyleElementRemovedEventHandler Delegate

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

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public delegate void MLineStyleElementRemovedEventHandler(
	MLineStyle sender,
	MLineStyleElementChangeEventArgs e
)
Request Example View Source

Parameters

sender
Type: netDxf.ObjectsMLineStyle
e
Type: netDxf.ObjectsMLineStyleElementChangeEventArgs
See Also