Click or drag to resize

MLineStyleElementChangeEventArgs Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of MLineStyleElementChangeEventArgs.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public MLineStyleElementChangeEventArgs(
	MLineStyleElement item
)
Request Example View Source

Parameters

item
Type: netDxf.ObjectsMLineStyleElement
The item that is being added or removed from the MLineStyle elements list.
See Also