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

586045f8 6d18 7d2b 2174 49ab4229e8e0

haplokuon edited this page May 6, 2023 · 1 revision

Insert.AttributeRemovedEventHandler Delegate

netDxf 3.0.0 Library

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

Definition

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

C#

public delegate void AttributeRemovedEventHandler(
	Insert sender,
	AttributeChangeEventArgs e
)

VB

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

C++

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

F#

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

Parameters

  Insert
 
  AttributeChangeEventArgs
 

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally