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
c07595fb 58ce c47f ea37 ec2d1b7b4088
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Attribute.TextStyleChangedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void TextStyleChangedEventHandler(
Attribute sender,
TableObjectChangedEventArgs<TextStyle> e
)
VB
Public Delegate Sub TextStyleChangedEventHandler (
sender As Attribute,
e As TableObjectChangedEventArgs(Of TextStyle)
)
C++
public delegate void TextStyleChangedEventHandler(
Attribute^ sender,
TableObjectChangedEventArgs<TextStyle^>^ e
)
F#
type TextStyleChangedEventHandler =
delegate of
sender : Attribute *
e : TableObjectChangedEventArgs<TextStyle> -> unit