Op Englesch liesen Editéieren

Deelen iwwer


ITransformerConfigurationControl Interface

Definition

Defines the contract a control implements to act as a configuration control for a transformer in a Web Parts connection.

C#
public interface ITransformerConfigurationControl

Remarks

A configuration control can be displayed when a transformer requires a user to configure it. The configuration control provides a user interface (UI) that allows the user to select which values will be transformed. It is rendered in a connections zone. The WebPartTransformer.CreateConfigurationControl method returns a configuration control.

You can override the CreateConfigurationControl method when your transformer requires a customized UI. The configuration control must implement the ITransformerConfigurationControl interface, which includes the Cancelled and Succeeded events. These events occur when a transformer control was either not configured or configured successfully, respectively.

Events

Cancelled

Occurs when transformer configuration is not completed.

Succeeded

Occurs when transformer configuration is successfully completed.

Applies to

Produkt Versiounen
.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