RepeaterDesigner.OnComponentChanged Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Called when the associated control changes.
Namespace: System.Web.UI.Design.WebControlsAssembly: System.Design (in system.design.dll)
public: virtual void OnComponentChanged ( Object^ source, ComponentChangedEventArgs^ ce ) override
public void OnComponentChanged ( Object source, ComponentChangedEventArgs ce )
public override function OnComponentChanged ( source : Object, ce : ComponentChangedEventArgs )
Not applicable.
Parameters
- source
The source of the event.
- ce
The event data.
Community Additions
ADD
Show: