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 413
751152a4 1e66 63e7 b1de a0c8fbac2add
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Collections.XDataDictionary.RemoveAppRegEventHandler"]
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void RemoveAppRegEventHandler(
XDataDictionary sender,
ObservableCollectionEventArgs<ApplicationRegistry> e
)
VB
Public Delegate Sub RemoveAppRegEventHandler (
sender As XDataDictionary,
e As ObservableCollectionEventArgs(Of ApplicationRegistry)
)
C++
public delegate void RemoveAppRegEventHandler(
XDataDictionary^ sender,
ObservableCollectionEventArgs<ApplicationRegistry^>^ e
)
F#
type RemoveAppRegEventHandler =
delegate of
sender : XDataDictionary *
e : ObservableCollectionEventArgs<ApplicationRegistry> -> unit