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

e3b5ba24 9c6d 7f1d 7234 374c23e8fe7e

haplokuon edited this page May 6, 2023 · 1 revision

Block.AttributeDefinitionAddedEventHandler Delegate

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.Blocks.Block.AttributeDefinitionAddedEventHandler"]

Definition

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

C#

public delegate void AttributeDefinitionAddedEventHandler(
	Block sender,
	BlockAttributeDefinitionChangeEventArgs e
)

VB

Public Delegate Sub AttributeDefinitionAddedEventHandler ( 
	sender As Block,
	e As BlockAttributeDefinitionChangeEventArgs
)

C++

public delegate void AttributeDefinitionAddedEventHandler(
	Block^ sender, 
	BlockAttributeDefinitionChangeEventArgs^ e
)

F#

type AttributeDefinitionAddedEventHandler = 
    delegate of 
        sender : Block * 
        e : BlockAttributeDefinitionChangeEventArgs -> unit

Parameters

  Block
 
  BlockAttributeDefinitionChangeEventArgs
 

See Also

Reference

netDxf.Blocks Namespace

Clone this wiki locally