_CustomTaskPaneEvents_Event.DockPositionStateChange Event
Occurs when the user changes the docking position of the active custom task pane.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Event DockPositionStateChange As _CustomTaskPaneEvents_DockPositionStateChangeEventHandler
'Usage
Dim instance As _CustomTaskPaneEvents_Event
Dim handler As _CustomTaskPaneEvents_DockPositionStateChangeEventHandler
AddHandler instance.DockPositionStateChange, handler
event _CustomTaskPaneEvents_DockPositionStateChangeEventHandler DockPositionStateChange
See Also
Reference
_CustomTaskPaneEvents_Event Interface