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
586045f8 6d18 7d2b 2174 49ab4229e8e0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Insert.AttributeRemovedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void AttributeRemovedEventHandler(
Insert sender,
AttributeChangeEventArgs e
)
VB
Public Delegate Sub AttributeRemovedEventHandler (
sender As Insert,
e As AttributeChangeEventArgs
)
C++
public delegate void AttributeRemovedEventHandler(
Insert^ sender,
AttributeChangeEventArgs^ e
)
F#
type AttributeRemovedEventHandler =
delegate of
sender : Insert *
e : AttributeChangeEventArgs -> unit