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 407
937d38c5 fc64 cc93 4535 3ebbdff5c29a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Dimension.DimensionStyleChanged"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Dimension.DimensionStyleChangedEventHandler DimensionStyleChanged
VB
Public Event DimensionStyleChanged As Dimension.DimensionStyleChangedEventHandler
C++
public:
event Dimension.DimensionStyleChangedEventHandler^ DimensionStyleChanged {
void add (Dimension.DimensionStyleChangedEventHandler^ value);
void remove (Dimension.DimensionStyleChangedEventHandler^ value);
}
F#
member DimensionStyleChanged : IEvent<Dimension.DimensionStyleChangedEventHandler,
EventArgs>