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
b57ae4b5 a2bb 0b96 96b5 7d2dd375e39b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.AttributeDefinition.TextStyleChange"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event AttributeDefinition.TextStyleChangedEventHandler TextStyleChange
VB
Public Event TextStyleChange As AttributeDefinition.TextStyleChangedEventHandler
C++
public:
event AttributeDefinition.TextStyleChangedEventHandler^ TextStyleChange {
void add (AttributeDefinition.TextStyleChangedEventHandler^ value);
void remove (AttributeDefinition.TextStyleChangedEventHandler^ value);
}
F#
member TextStyleChange : IEvent<AttributeDefinition.TextStyleChangedEventHandler,
EventArgs>