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.RemoveDeclaration

Called when the designer host fires the OnComponentRemove event.

[Visual Basic]
Overridable Protected Sub RemoveDeclaration( _
   ByVal sender As Object, _
   ByVal ce As ComponentEventArgs _
)
[C#]
protected virtual void RemoveDeclaration(
   object sender,
   ComponentEventArgs ce
);
[C++]
protected: virtual void RemoveDeclaration(
   Object* sender,
   ComponentEventArgs* ce
);
[JScript]
protected function RemoveDeclaration(
   sender : Object,
   ce : ComponentEventArgs
);

Parameters

sender
The object sending the event.
ce
Event object used when firing a component removed notification.

See Also

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