CPInterfaceControllerDelegate_Extensions Class
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.
Interface for the mandatory methods of the CPInterfaceControllerDelegate protocol.
public static class CPInterfaceControllerDelegate_Extensions
type CPInterfaceControllerDelegate_Extensions = class
- Inheritance
-
CPInterfaceControllerDelegate_Extensions
Methods
TemplateDidAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean) |
Method that is called when a template appears. |
TemplateDidDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean) |
Method that is called when a template disappears. |
TemplateWillAppear(ICPInterfaceControllerDelegate, CPTemplate, Boolean) |
Method that is called when a template is about to appear. |
TemplateWillDisappear(ICPInterfaceControllerDelegate, CPTemplate, Boolean) |
Method that is called when a template is about to disappear. |