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

1e09ff4e 70e7 7a09 1ada 9fbd77637aff

haplokuon edited this page May 6, 2023 · 1 revision

AttributeDefinitionAdded Event

netDxf 3.0.0 Library

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

Definition

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

C#

public event Block.AttributeDefinitionAddedEventHandler AttributeDefinitionAdded

VB

Public Event AttributeDefinitionAdded As Block.AttributeDefinitionAddedEventHandler

C++

public:
 event Block.AttributeDefinitionAddedEventHandler^ AttributeDefinitionAdded {
	void add (Block.AttributeDefinitionAddedEventHandler^ value);
	void remove (Block.AttributeDefinitionAddedEventHandler^ value);
}

F#

member AttributeDefinitionAdded : IEvent<Block.AttributeDefinitionAddedEventHandler,
    EventArgs>

Value

Block.AttributeDefinitionAddedEventHandler

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally