This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
7d881faa fda0 c51e 5a77 3e968b26988c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of MLineStyleElementChangeEventArgs
.
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
- MLineStyleElement
- The item that is being added or removed from the MLineStyle elements list.
MLineStyleElementChangeEventArgs Class
netDxf.Objects Namespace