Click or drag to resize

XDataDictionaryRemoveAppRegEventHandler Delegate

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public delegate void RemoveAppRegEventHandler(
	XDataDictionary sender,
	ObservableCollectionEventArgs<ApplicationRegistry> e
)
Request Example View Source

Parameters

sender
Type: netDxf.CollectionsXDataDictionary
e
Type: netDxf.CollectionsObservableCollectionEventArgsApplicationRegistry
See Also