SiteMapDataSourceDesigner.OnComponentChanged Method

Definition

Called when the associated component changes.

public:
 override void OnComponentChanged(System::Object ^ sender, System::ComponentModel::Design::ComponentChangedEventArgs ^ e);
public override void OnComponentChanged (object sender, System.ComponentModel.Design.ComponentChangedEventArgs e);
override this.OnComponentChanged : obj * System.ComponentModel.Design.ComponentChangedEventArgs -> unit
Public Overrides Sub OnComponentChanged (sender As Object, e As ComponentChangedEventArgs)

Parameters

sender
Object

The object that raised the event.

e
ComponentChangedEventArgs

A ComponentChangedEventArgs object containing information about the event.

Remarks

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

Applies to

See also