Click or drag to resize

BlockAttributeDefinitionRemovedEventHandler Delegate

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Blocks
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public delegate void AttributeDefinitionRemovedEventHandler(
	Block sender,
	BlockEntityChangeEventArgs e
)
Request Example View Source

Parameters

sender
Type: netDxf.BlocksBlock
e
Type: netDxf.BlocksBlockEntityChangeEventArgs
See Also