SiteMapDataSourceDesigner.OnComponentChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.