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 );
SerializeComponentEventArgs Class | Viklele.Win.Designer Namespace