A runtime form designer control

DeserializeComponentEventArgs Constructor 

Initializes a new instance of the DeserializeComponentEventArgs class.

[Visual Basic]
Public Sub New( _ 
   ByVal component As IComponent, _ 
   ByVal customProperties As IDictionary _ 
)
[C#]
public DeserializeComponentEventArgs(
   IComponent component,
   IDictionary customProperties
);
[C++]
public: DeserializeComponentEventArgs(
   IComponent* component,
   IDictionary* customProperties
);
[JScript]
public function DeserializeComponentEventArgs(
   IComponent component,
   IDictionary customProperties
);

Parameters

component
Component being deserialized.
customProperties
A dictionary object that has custom properties of the component.

See Also

DeserializeComponentEventArgs Class | Viklele.Win.Designer Namespace