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

6016cdb5 879a 1470 b6a0 b7f9544c3e9b

haplokuon edited this page May 6, 2023 · 1 revision

Block.AttributeDefinitionRemovedEventHandler Delegate

netDxf 3.0.0 Library

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

Definition

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

C#

public delegate void AttributeDefinitionRemovedEventHandler(
	Block sender,
	BlockAttributeDefinitionChangeEventArgs e
)

VB

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

C++

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

F#

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

Parameters

  Block
 
  BlockAttributeDefinitionChangeEventArgs
 

See Also

Reference

netDxf.Blocks Namespace

Clone this wiki locally