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
4081554b 989f 2650 9772 2e3bc866e38c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Tables.DimensionStyle.BlockChanged"]
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event DimensionStyle.BlockChangedEventHandler BlockChanged
VB
Public Event BlockChanged As DimensionStyle.BlockChangedEventHandler
C++
public:
event DimensionStyle.BlockChangedEventHandler^ BlockChanged {
void add (DimensionStyle.BlockChangedEventHandler^ value);
void remove (DimensionStyle.BlockChangedEventHandler^ value);
}
F#
member BlockChanged : IEvent<DimensionStyle.BlockChangedEventHandler,
EventArgs>