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

7a2c1c0a eed7 c1ec 4bf1 f65ef32d0c26

haplokuon edited this page May 6, 2023 · 1 revision

XDataDictionary.AddAppRegEventHandler Delegate

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.Collections.XDataDictionary.AddAppRegEventHandler"]

Definition

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

Parameters

  XDataDictionary
 
  ObservableCollectionEventArgs(ApplicationRegistry)
 

See Also

Reference

netDxf.Collections Namespace

Clone this wiki locally