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

 
Use BaseTrue

This API supports the product infrastructure and is not intended to be used directly from your code.

Called when the associated control changes.

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

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

Parameters

source
Type: System::Object^

The source of the event.

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

The event data.

.NET Framework
Available since 1.1
Return to top
Show: