A runtime form designer control

SerializeComponentEventArgs Constructor 

Initializes a new instance of the SerializeComponentEventArgs class.

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

Parameters

component
Component being serialized.
customProperties
A dictionary object that will hold the custom properties for the component.

See Also

SerializeComponentEventArgs Class | Viklele.Win.Designer Namespace