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

cbe2a6a5 499a c982 03b9 6f13d1708edb

haplokuon edited this page May 6, 2023 · 1 revision

AttributeDefinitionRemoved Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Blocks.Block.AttributeDefinitionRemoved"]

Definition

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

C#

public event Block.AttributeDefinitionRemovedEventHandler AttributeDefinitionRemoved

VB

Public Event AttributeDefinitionRemoved As Block.AttributeDefinitionRemovedEventHandler

C++

public:
 event Block.AttributeDefinitionRemovedEventHandler^ AttributeDefinitionRemoved {
	void add (Block.AttributeDefinitionRemovedEventHandler^ value);
	void remove (Block.AttributeDefinitionRemovedEventHandler^ value);
}

F#

member AttributeDefinitionRemoved : IEvent<Block.AttributeDefinitionRemovedEventHandler,
    EventArgs>

Value

Block.AttributeDefinitionRemovedEventHandler

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally