ICompositeViewEvents Interface
.NET Framework (current version)
Handles events that can occur during the display of ICompositeView items.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
A view is usually composed of various loosely coupled visual components.
.NET Framework
Available since 4.0
Available since 4.0
Show:
