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 414
9523abc1 4a33 7e55 307d 46e4bac6ddb6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Attribute.LinetypeChanged"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Attribute.LinetypeChangedEventHandler LinetypeChanged
VB
Public Event LinetypeChanged As Attribute.LinetypeChangedEventHandler
C++
public:
event Attribute.LinetypeChangedEventHandler^ LinetypeChanged {
void add (Attribute.LinetypeChangedEventHandler^ value);
void remove (Attribute.LinetypeChangedEventHandler^ value);
}
F#
member LinetypeChanged : IEvent<Attribute.LinetypeChangedEventHandler,
EventArgs>