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

596b3dec ad71 2f8e 4f1c da0f038cf4ee

haplokuon edited this page May 6, 2023 · 1 revision

DxfObject.XDataRemoveAppRegEventHandler Delegate

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.DxfObject.XDataRemoveAppRegEventHandler"]

Definition

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

C#

public delegate void XDataRemoveAppRegEventHandler(
	DxfObject sender,
	ObservableCollectionEventArgs<ApplicationRegistry> e
)

VB

Public Delegate Sub XDataRemoveAppRegEventHandler ( 
	sender As DxfObject,
	e As ObservableCollectionEventArgs(Of ApplicationRegistry)
)

C++

public delegate void XDataRemoveAppRegEventHandler(
	DxfObject^ sender, 
	ObservableCollectionEventArgs<ApplicationRegistry^>^ e
)

F#

type XDataRemoveAppRegEventHandler = 
    delegate of 
        sender : DxfObject * 
        e : ObservableCollectionEventArgs<ApplicationRegistry> -> unit

Parameters

  DxfObject
 
  ObservableCollectionEventArgs(ApplicationRegistry)
 

See Also

Reference

netDxf Namespace

Clone this wiki locally