This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
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 BlockChangedVB
Public Event BlockChanged As DimensionStyle.BlockChangedEventHandlerC++
public:
event DimensionStyle.BlockChangedEventHandler^ BlockChanged {
void add (DimensionStyle.BlockChangedEventHandler^ value);
void remove (DimensionStyle.BlockChangedEventHandler^ value);
}F#
member BlockChanged : IEvent<DimensionStyle.BlockChangedEventHandler,
EventArgs>