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

7e312552 30ef 4571 2ce2 6c8ee18c17f6

haplokuon edited this page May 6, 2023 · 1 revision

Insert.AttributeAddedEventHandler Delegate

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.Entities.Insert.AttributeAddedEventHandler"]

Definition

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

C#

public delegate void AttributeAddedEventHandler(
	Insert sender,
	AttributeChangeEventArgs e
)

VB

Public Delegate Sub AttributeAddedEventHandler ( 
	sender As Insert,
	e As AttributeChangeEventArgs
)

C++

public delegate void AttributeAddedEventHandler(
	Insert^ sender, 
	AttributeChangeEventArgs^ e
)

F#

type AttributeAddedEventHandler = 
    delegate of 
        sender : Insert * 
        e : AttributeChangeEventArgs -> unit

Parameters

  Insert
 
  AttributeChangeEventArgs
 

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally