SelectionEventsClass.remove_OnChange Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Sub remove_OnChange ( _
    A_1 As _dispSelectionEvents_OnChangeEventHandler _
)
'Usage
Dim instance As SelectionEventsClass 
Dim A_1 As _dispSelectionEvents_OnChangeEventHandler

instance.remove_OnChange(A_1)
public virtual void remove_OnChange(
    _dispSelectionEvents_OnChangeEventHandler A_1
)
public:
virtual void remove_OnChange(
    _dispSelectionEvents_OnChangeEventHandler^ A_1
)
public function remove_OnChange(
    A_1 : _dispSelectionEvents_OnChangeEventHandler
)

Parameters

Implements

_dispSelectionEvents_Event.remove_OnChange(_dispSelectionEvents_OnChangeEventHandler)

.NET Framework Security

See Also

Reference

SelectionEventsClass Class

SelectionEventsClass Members

EnvDTE Namespace