Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f839a96d e767 9ca5 332d baa81d2b2bed

haplokuon edited this page May 6, 2023 · 1 revision

RemoveAppReg Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Collections.XDataDictionary.RemoveAppReg"]

Definition

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>

Value

XDataDictionary.RemoveAppRegEventHandler

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally