RepeaterDesigner::OnComponentChanged Method (Object^, ComponentChangedEventArgs^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Called when the associated control changes.
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
Available since 1.1
Show: