NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentModelPersister.CreateDeclaration

[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
);

Parameters

sender
The source of the event.
ce
[To be supplied.]

Remarks

This is called when the designer host fires the OnComponentAdd event.

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace