LoginViewDesigner.OnComponentChanged Method

Definition

Called when there is a change to the control that is associated with this designer.

public override void OnComponentChanged (object sender, System.ComponentModel.Design.ComponentChangedEventArgs e);

Parameters

sender
Object

The source of the event.

e
ComponentChangedEventArgs

A ComponentChangedEventArgs that contains the event data.

Remarks

The OnComponentChanged method is called when the ComponentChanged event of the associated LoginView control executes. Typically, this is in response to a property change on the control (for example, a Properties grid change). If the LoginView control template is changed, the Properties grid is refreshed.

The OnComponentChanged verifies that the current template index is valid, and then calls the OnComponentChanged base method.

Applies to

Produs Versiuni
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also