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 409
653bcded c86b 0a93 855d 0fda9bf7acdb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.AttributeDefinition.LinetypeChanged"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event AttributeDefinition.LinetypeChangedEventHandler LinetypeChanged
VB
Public Event LinetypeChanged As AttributeDefinition.LinetypeChangedEventHandler
C++
public:
event AttributeDefinition.LinetypeChangedEventHandler^ LinetypeChanged {
void add (AttributeDefinition.LinetypeChangedEventHandler^ value);
void remove (AttributeDefinition.LinetypeChangedEventHandler^ value);
}
F#
member LinetypeChanged : IEvent<AttributeDefinition.LinetypeChangedEventHandler,
EventArgs>