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 409
73dd545b 450a d901 5e79 16a48fde04b3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Dimension.DimensionStyleChangedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void DimensionStyleChangedEventHandler(
Dimension sender,
TableObjectChangedEventArgs<DimensionStyle> e
)
VB
Public Delegate Sub DimensionStyleChangedEventHandler (
sender As Dimension,
e As TableObjectChangedEventArgs(Of DimensionStyle)
)
C++
public delegate void DimensionStyleChangedEventHandler(
Dimension^ sender,
TableObjectChangedEventArgs<DimensionStyle^>^ e
)
F#
type DimensionStyleChangedEventHandler =
delegate of
sender : Dimension *
e : TableObjectChangedEventArgs<DimensionStyle> -> unit