ListControlDesigner.OnComponentChanged Method

Definition

Raises the ComponentChanged event.

public:
 override void OnComponentChanged(System::Object ^ source, System::ComponentModel::Design::ComponentChangedEventArgs ^ ce);
public override void OnComponentChanged (object source, System.ComponentModel.Design.ComponentChangedEventArgs ce);
override this.OnComponentChanged : obj * System.ComponentModel.Design.ComponentChangedEventArgs -> unit
Public Overrides Sub OnComponentChanged (source As Object, ce As ComponentChangedEventArgs)

Parameters

source
Object

The source of the event.

ce
ComponentChangedEventArgs

The event data.

Remarks

Handles changes made to the component. This includes changes made in the property grid.

Applies to