TemplatedControlDesigner.OnComponentChanged Method
.NET Framework 3.0
Delegate to handle the component changed event.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual void OnComponentChanged ( Object^ sender, ComponentChangedEventArgs^ ce ) override
public void OnComponentChanged ( Object sender, ComponentChangedEventArgs ce )
public override function OnComponentChanged ( sender : Object, ce : ComponentChangedEventArgs )
Not applicable.
Parameters
- sender
The object sending the event.
- ce
A ComponentChangedEventArgs that provides data for the event.
Community Additions
ADD
Show: