ICompositeViewEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |