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 411
310c9e62 71a5 493d 1e73 9bbbafaf6116
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Tables.Linetype.LinetypeSegmentAdded"]
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Linetype.LinetypeSegmentAddedEventHandler LinetypeSegmentAdded
VB
Public Event LinetypeSegmentAdded As Linetype.LinetypeSegmentAddedEventHandler
C++
public:
event Linetype.LinetypeSegmentAddedEventHandler^ LinetypeSegmentAdded {
void add (Linetype.LinetypeSegmentAddedEventHandler^ value);
void remove (Linetype.LinetypeSegmentAddedEventHandler^ value);
}
F#
member LinetypeSegmentAdded : IEvent<Linetype.LinetypeSegmentAddedEventHandler,
EventArgs>