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
51adb544 4e30 f8cf fe81 5864306883d5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Attribute.LayerChanged"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Attribute.LayerChangedEventHandler LayerChanged
VB
Public Event LayerChanged As Attribute.LayerChangedEventHandler
C++
public:
event Attribute.LayerChangedEventHandler^ LayerChanged {
void add (Attribute.LayerChangedEventHandler^ value);
void remove (Attribute.LayerChangedEventHandler^ value);
}
F#
member LayerChanged : IEvent<Attribute.LayerChangedEventHandler,
EventArgs>