Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDesignerSerializationManager::ResolveName Event

 

Occurs when GetName cannot locate the specified name in the serialization manager's name table.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

event ResolveNameEventHandler^ ResolveName {
	void add(ResolveNameEventHandler^ value);
	void remove(ResolveNameEventHandler^ value);
}

This event provides a way for a serializer to create an object on demand, so that the serializer does not have to order object creation by dependency. The delegate for this event is cleared immediately after serialization or deserialization is complete.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft