ControlDesigner.OnComponentChanging Method
.NET Framework 3.0
Represents the method that will handle the ComponentChanging event for the associated control.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public void OnComponentChanging ( Object sender, ComponentChangingEventArgs ce )
public function OnComponentChanging ( sender : Object, ce : ComponentChangingEventArgs )
Not applicable.
Parameters
- sender
The object that is the source of the event.
- ce
A ComponentChangedEventArgs object that contains the event data.
When either the InvokeTransactedChange or Localize method is called, the ComponentChanging event occurs before any changes are made to the associated control. After the changes are complete, the OnComponentChanged method occurs.
Community Additions
ADD
Show: