_CustomTaskPaneEvents_Event Interface

Definition

Events interface for Microsoft Office CustomTaskPane objects events.

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
Derived
Attributes

Methods

add_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler)
add_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler)
remove_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler)
remove_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler)

Events

DockPositionStateChange

Occurs when the user changes the docking position of the active custom task pane.

VisibleStateChange

Occurs when the user changes the visibility of the custom task pane.

Applies to