This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
8c6d7708 57e3 4d79 17ef 1cec3976aa71
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.DxfObject.XDataAddAppRegEventHandler"]
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void XDataAddAppRegEventHandler(
DxfObject sender,
ObservableCollectionEventArgs<ApplicationRegistry> e
)VB
Public Delegate Sub XDataAddAppRegEventHandler (
sender As DxfObject,
e As ObservableCollectionEventArgs(Of ApplicationRegistry)
)C++
public delegate void XDataAddAppRegEventHandler(
DxfObject^ sender,
ObservableCollectionEventArgs<ApplicationRegistry^>^ e
)F#
type XDataAddAppRegEventHandler =
delegate of
sender : DxfObject *
e : ObservableCollectionEventArgs<ApplicationRegistry> -> unit