[To be supplied.]
[Visual Basic] Overridable Protected Sub CreateDeclaration( _ ByVal sender As Object, _ ByVal ce As ComponentEventArgs _ ) [C#] protected virtual void CreateDeclaration( object sender, ComponentEventArgs ce ); [C++] protected: virtual void CreateDeclaration( Object* sender, ComponentEventArgs* ce ); [JScript] protected function CreateDeclaration( sender : Object, ce : ComponentEventArgs );
This is called when the designer host fires the OnComponentAdd event.
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace