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 411
596b3dec ad71 2f8e 4f1c da0f038cf4ee
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.DxfObject.XDataRemoveAppRegEventHandler"]
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void XDataRemoveAppRegEventHandler(
DxfObject sender,
ObservableCollectionEventArgs<ApplicationRegistry> e
)
VB
Public Delegate Sub XDataRemoveAppRegEventHandler (
sender As DxfObject,
e As ObservableCollectionEventArgs(Of ApplicationRegistry)
)
C++
public delegate void XDataRemoveAppRegEventHandler(
DxfObject^ sender,
ObservableCollectionEventArgs<ApplicationRegistry^>^ e
)
F#
type XDataRemoveAppRegEventHandler =
delegate of
sender : DxfObject *
e : ObservableCollectionEventArgs<ApplicationRegistry> -> unit