CADability dotNET
Event that gets called when a type cannot be resolved during the deserialization. Provide the Type of an constructable object as a result.

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

Syntax

C#
public static event Project..::..BindToTypeDelegate BindToTypeEvent
Visual Basic
Public Shared Event BindToTypeEvent As Project..::..BindToTypeDelegate
Visual C++
public:
static  event Project..::..BindToTypeDelegate^ BindToTypeEvent {
	void add (Project..::..BindToTypeDelegate^ value);
	void remove (Project..::..BindToTypeDelegate^ value);
}

See Also