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
f839a96d e767 9ca5 332d baa81d2b2bed
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Collections.XDataDictionary.RemoveAppReg"]
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event XDataDictionary.RemoveAppRegEventHandler RemoveAppReg
VB
Public Event RemoveAppReg As XDataDictionary.RemoveAppRegEventHandler
C++
public:
event XDataDictionary.RemoveAppRegEventHandler^ RemoveAppReg {
void add (XDataDictionary.RemoveAppRegEventHandler^ value);
void remove (XDataDictionary.RemoveAppRegEventHandler^ value);
}
F#
member RemoveAppReg : IEvent<XDataDictionary.RemoveAppRegEventHandler,
EventArgs>