SiteMapDataSourceDesigner.OnComponentChanged Method (Object, ComponentChangedEventArgs)

 

Called when the associated component changes.

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

public override void OnComponentChanged(
	object sender,
	ComponentChangedEventArgs e
)

Parameters

sender
Type: System.Object

The object that raised the event.

e
Type: System.ComponentModel.Design.ComponentChangedEventArgs

A ComponentChangedEventArgs object containing information about the event.

The OnComponentChanged also calls the base OnComponentChanged method, which raises the ComponentChanged event, and also calls the OnDataSourceChanged method which raises the DataSourceChanged event.

.NET Framework
Available since 2.0
Return to top
Show: