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 422
2894a01d f92a d6d6 2a60 338d2cc49c8e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Shape.StyleChangedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void StyleChangedEventHandler(
Shape sender,
TableObjectChangedEventArgs<ShapeStyle> e
)
VB
Public Delegate Sub StyleChangedEventHandler (
sender As Shape,
e As TableObjectChangedEventArgs(Of ShapeStyle)
)
C++
public delegate void StyleChangedEventHandler(
Shape^ sender,
TableObjectChangedEventArgs<ShapeStyle^>^ e
)
F#
type StyleChangedEventHandler =
delegate of
sender : Shape *
e : TableObjectChangedEventArgs<ShapeStyle> -> unit