ICompositeViewEvents Interface

.NET Framework (current version)
 

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

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public interface class ICompositeViewEvents

NameDescription
System_CAPS_pubmethodRegisterCompositeView(ICompositeView^)

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

System_CAPS_pubmethodRegisterDefaultCompositeView(ICompositeView^)

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

System_CAPS_pubmethodUnregisterCompositeView(ICompositeView^)

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

System_CAPS_pubmethodUnregisterDefaultCompositeView(ICompositeView^)

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

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

.NET Framework
Available since 4.0
Return to top
Show: