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

af28bfb3 dc26 4e8c 71d9 1ca6905fc722

haplokuon edited this page May 6, 2023 · 1 revision

AttributeAdded Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Entities.Insert.AttributeAdded"]

Definition

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

C#

public event Insert.AttributeAddedEventHandler AttributeAdded

VB

Public Event AttributeAdded As Insert.AttributeAddedEventHandler

C++

public:
 event Insert.AttributeAddedEventHandler^ AttributeAdded {
	void add (Insert.AttributeAddedEventHandler^ value);
	void remove (Insert.AttributeAddedEventHandler^ value);
}

F#

member AttributeAdded : IEvent<Insert.AttributeAddedEventHandler,
    EventArgs>

Value

Insert.AttributeAddedEventHandler

See Also

Reference

Insert Class
netDxf.Entities Namespace

Clone this wiki locally