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 407
7a2c1c0a eed7 c1ec 4bf1 f65ef32d0c26
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Collections.XDataDictionary.AddAppRegEventHandler"]
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void AddAppRegEventHandler(
XDataDictionary sender,
ObservableCollectionEventArgs<ApplicationRegistry> e
)
VB
Public Delegate Sub AddAppRegEventHandler (
sender As XDataDictionary,
e As ObservableCollectionEventArgs(Of ApplicationRegistry)
)
C++
public delegate void AddAppRegEventHandler(
XDataDictionary^ sender,
ObservableCollectionEventArgs<ApplicationRegistry^>^ e
)
F#
type AddAppRegEventHandler =
delegate of
sender : XDataDictionary *
e : ObservableCollectionEventArgs<ApplicationRegistry> -> unit