SiteMapDataSourceDesigner::OnComponentChanged Method (Object^, ComponentChangedEventArgs^)
.NET Framework (current version)
Called when the associated component changes.
Assembly: System.Design (in System.Design.dll)
public: virtual void OnComponentChanged( Object^ sender, ComponentChangedEventArgs^ e ) override
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
Available since 2.0
Show: