CADability dotNET
Provide a handler here to be notified when when a line pattern is beeing removed from this list.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public event RemovingFromListDelegate RemovingFromListEvent
Visual Basic
Public Event RemovingFromListEvent As RemovingFromListDelegate
Visual C++
public:
 event RemovingFromListDelegate^ RemovingFromListEvent {
	void add (RemovingFromListDelegate^ value);
	void remove (RemovingFromListDelegate^ value);
}

See Also