संपादित करें

इसके माध्यम से साझा किया गया


ICompositeViewEvents Interface

Definition

Handles events that can occur during the display of ICompositeView items.

public interface class ICompositeViewEvents
public interface ICompositeViewEvents
type ICompositeViewEvents = interface
Public Interface ICompositeViewEvents
Derived

Remarks

A view is usually composed of various loosely coupled visual components.

Methods

RegisterCompositeView(ICompositeView)

Registers the custom controls that are viewed during execution of a composite application.

RegisterDefaultCompositeView(ICompositeView)

Registers the default controls that are viewed during execution of a composite application.

UnregisterCompositeView(ICompositeView)

Unregisters the custom controls that are viewed during execution of a composite application.

UnregisterDefaultCompositeView(ICompositeView)

Unregisters the default controls that are viewed during execution of a composite application.

Applies to