Share via


CustomTaskPaneClass.remove_DockPositionStateChange Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Overridable Sub remove_DockPositionStateChange ( _
    param0 As _CustomTaskPaneEvents_DockPositionStateChangeEventHandler _
)
'Usage
Dim instance As CustomTaskPaneClass
Dim param0 As _CustomTaskPaneEvents_DockPositionStateChangeEventHandler

instance.remove_DockPositionStateChange(param0)
public virtual void remove_DockPositionStateChange(
    _CustomTaskPaneEvents_DockPositionStateChangeEventHandler param0
)

Parameters

Implements

_CustomTaskPaneEvents_Event.remove_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler)

See Also

Reference

CustomTaskPaneClass Class

CustomTaskPaneClass Members

Microsoft.Office.Core Namespace