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