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