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
db905d09 fa95 0d76 76ee 28963dea7d90
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Dimension.DimensionBlockChanged"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Dimension.DimensionBlockChangedEventHandler DimensionBlockChangedVB
Public Event DimensionBlockChanged As Dimension.DimensionBlockChangedEventHandlerC++
public:
event Dimension.DimensionBlockChangedEventHandler^ DimensionBlockChanged {
void add (Dimension.DimensionBlockChangedEventHandler^ value);
void remove (Dimension.DimensionBlockChangedEventHandler^ value);
}F#
member DimensionBlockChanged : IEvent<Dimension.DimensionBlockChangedEventHandler,
EventArgs>