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 420
dc434784 95fd 367c cb2c a4c881fa6a84
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.MLine.MLineStyleChangedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void MLineStyleChangedEventHandler(
MLine sender,
TableObjectChangedEventArgs<MLineStyle> e
)
VB
Public Delegate Sub MLineStyleChangedEventHandler (
sender As MLine,
e As TableObjectChangedEventArgs(Of MLineStyle)
)
C++
public delegate void MLineStyleChangedEventHandler(
MLine^ sender,
TableObjectChangedEventArgs<MLineStyle^>^ e
)
F#
type MLineStyleChangedEventHandler =
delegate of
sender : MLine *
e : TableObjectChangedEventArgs<MLineStyle> -> unit