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
7e312552 30ef 4571 2ce2 6c8ee18c17f6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Insert.AttributeAddedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void AttributeAddedEventHandler(
Insert sender,
AttributeChangeEventArgs e
)
VB
Public Delegate Sub AttributeAddedEventHandler (
sender As Insert,
e As AttributeChangeEventArgs
)
C++
public delegate void AttributeAddedEventHandler(
Insert^ sender,
AttributeChangeEventArgs^ e
)
F#
type AttributeAddedEventHandler =
delegate of
sender : Insert *
e : AttributeChangeEventArgs -> unit