_dispSelectionEvents_Event.add_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
Sub add_OnChange ( _
    A_1 As _dispSelectionEvents_OnChangeEventHandler _
)
void add_OnChange(
    _dispSelectionEvents_OnChangeEventHandler A_1
)
void add_OnChange(
    _dispSelectionEvents_OnChangeEventHandler^ A_1
)
abstract add_OnChange : 
        A_1:_dispSelectionEvents_OnChangeEventHandler -> unit
function add_OnChange(
    A_1 : _dispSelectionEvents_OnChangeEventHandler
)

Parameters

.NET Framework Security

See Also

Reference

_dispSelectionEvents_Event Interface

EnvDTE Namespace