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

6377cb67 3254 7d78 97aa df6835e050e5

haplokuon edited this page May 6, 2023 · 1 revision

AttributeRemoved Event

netDxf 3.0.0 Library

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

Definition

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

C#

public event Insert.AttributeRemovedEventHandler AttributeRemoved

VB

Public Event AttributeRemoved As Insert.AttributeRemovedEventHandler

C++

public:
 event Insert.AttributeRemovedEventHandler^ AttributeRemoved {
	void add (Insert.AttributeRemovedEventHandler^ value);
	void remove (Insert.AttributeRemovedEventHandler^ value);
}

F#

member AttributeRemoved : IEvent<Insert.AttributeRemovedEventHandler,
    EventArgs>

Value

Insert.AttributeRemovedEventHandler

See Also

Reference

Insert Class
netDxf.Entities Namespace

Clone this wiki locally