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
6abae513 3c6b 4c2b b042 027f587bc230
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Tolerance.ToleranceStyleChangedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void ToleranceStyleChangedEventHandler(
Tolerance sender,
TableObjectChangedEventArgs<DimensionStyle> e
)
VB
Public Delegate Sub ToleranceStyleChangedEventHandler (
sender As Tolerance,
e As TableObjectChangedEventArgs(Of DimensionStyle)
)
C++
public delegate void ToleranceStyleChangedEventHandler(
Tolerance^ sender,
TableObjectChangedEventArgs<DimensionStyle^>^ e
)
F#
type ToleranceStyleChangedEventHandler =
delegate of
sender : Tolerance *
e : TableObjectChangedEventArgs<DimensionStyle> -> unit