This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
46ac96f6 9d60 73cb b6ff 946c61f5bc29
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Collections.AttributeDefinitionDictionary.BeforeRemoveItem"]
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event AttributeDefinitionDictionary.BeforeRemoveItemEventHandler BeforeRemoveItem
VB
Public Event BeforeRemoveItem As AttributeDefinitionDictionary.BeforeRemoveItemEventHandler
C++
public:
event AttributeDefinitionDictionary.BeforeRemoveItemEventHandler^ BeforeRemoveItem {
void add (AttributeDefinitionDictionary.BeforeRemoveItemEventHandler^ value);
void remove (AttributeDefinitionDictionary.BeforeRemoveItemEventHandler^ value);
}
F#
member BeforeRemoveItem : IEvent<AttributeDefinitionDictionary.BeforeRemoveItemEventHandler,
EventArgs>
AttributeDefinitionDictionary.BeforeRemoveItemEventHandler
AttributeDefinitionDictionary Class
netDxf.Collections Namespace