_CustomTaskPaneEvents_Event Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface d’événements pour les événements d’objets Microsoft Office CustomTaskPane .
public interface class _CustomTaskPaneEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CustomTaskPaneEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CustomTaskPaneEvents_Event = interface
Public Interface _CustomTaskPaneEvents_Event
- Dérivé
- Attributs
Méthodes
add_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler) |
Interface d’événements pour les événements d’objets Microsoft Office CustomTaskPane . |
add_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler) |
Interface d’événements pour les événements d’objets Microsoft Office CustomTaskPane . |
remove_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler) |
Interface d’événements pour les événements d’objets Microsoft Office CustomTaskPane . |
remove_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler) |
Interface d’événements pour les événements d’objets Microsoft Office CustomTaskPane . |
Événements
DockPositionStateChange |
Se déclenche lorsque l’utilisateur modifie la position d’ancrage du volet Office personnalisé actif. |
VisibleStateChange |
Se produit lorsque l’utilisateur modifie la visibilité du volet Office personnalisé. |