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 416
c8be80f9 341c 261f 10b9 ce3ef7181b25
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Attribute.TextStyleChanged"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Attribute.TextStyleChangedEventHandler TextStyleChanged
VB
Public Event TextStyleChanged As Attribute.TextStyleChangedEventHandler
C++
public:
event Attribute.TextStyleChangedEventHandler^ TextStyleChanged {
void add (Attribute.TextStyleChangedEventHandler^ value);
void remove (Attribute.TextStyleChangedEventHandler^ value);
}
F#
member TextStyleChanged : IEvent<Attribute.TextStyleChangedEventHandler,
EventArgs>