ListViewDesigner::OnComponentChanged Method (Object^, ComponentChangedEventArgs^)

 

Occurs when the associated control changes.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

public:
virtual void OnComponentChanged(
	Object^ sender,
	ComponentChangedEventArgs^ ce
) override

Parameters

sender
Type: System::Object^

The source of the event.

ce
Type: System.ComponentModel.Design::ComponentChangedEventArgs^

The event data.

The OnComponentChanged method overrides its base implementation to ignore change notifications while persisting a template's content in the page markup.

Notes to Inheritors:

When you override OnComponentChanged in a derived class, make sure that you call the base class’s OnComponentChanged method so that registered delegates receive the event.

.NET Framework
Available since 3.5
Return to top
Show: