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

751152a4 1e66 63e7 b1de a0c8fbac2add

haplokuon edited this page May 6, 2023 · 1 revision

XDataDictionary.RemoveAppRegEventHandler Delegate

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public delegate void RemoveAppRegEventHandler(
	XDataDictionary sender,
	ObservableCollectionEventArgs<ApplicationRegistry> e
)

VB

Public Delegate Sub RemoveAppRegEventHandler ( 
	sender As XDataDictionary,
	e As ObservableCollectionEventArgs(Of ApplicationRegistry)
)

C++

public delegate void RemoveAppRegEventHandler(
	XDataDictionary^ sender, 
	ObservableCollectionEventArgs<ApplicationRegistry^>^ e
)

F#

type RemoveAppRegEventHandler = 
    delegate of 
        sender : XDataDictionary * 
        e : ObservableCollectionEventArgs<ApplicationRegistry> -> unit

Parameters

  XDataDictionary
 
  ObservableCollectionEventArgs(ApplicationRegistry)
 

See Also

Reference

netDxf.Collections Namespace

Clone this wiki locally