Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7d881faa fda0 c51e 5a77 3e968b26988c

haplokuon edited this page May 6, 2023 · 1 revision

MLineStyleElementChangeEventArgs Constructor

netDxf 3.0.0 Library

Initializes a new instance of MLineStyleElementChangeEventArgs.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public MLineStyleElementChangeEventArgs(
	MLineStyleElement item
)

VB

Public Sub New ( 
	item As MLineStyleElement
)

C++

public:
MLineStyleElementChangeEventArgs(
	MLineStyleElement^ item
)

F#

new : 
        item : MLineStyleElement -> MLineStyleElementChangeEventArgs

Parameters

  MLineStyleElement
The item that is being added or removed from the MLineStyle elements list.

See Also

Reference

MLineStyleElementChangeEventArgs Class
netDxf.Objects Namespace

Clone this wiki locally