_dispTextEditorEvents_SinkHelper.LineChanged 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 LineChanged ( _
    A_1 As TextPoint, _
    A_2 As TextPoint, _
    A_3 As Integer _
)
public virtual void LineChanged(
    TextPoint A_1,
    TextPoint A_2,
    int A_3
)
public:
virtual void LineChanged(
    TextPoint^ A_1, 
    TextPoint^ A_2, 
    int A_3
)
abstract LineChanged : 
        A_1:TextPoint * 
        A_2:TextPoint * 
        A_3:int -> unit  
override LineChanged : 
        A_1:TextPoint * 
        A_2:TextPoint * 
        A_3:int -> unit
public function LineChanged(
    A_1 : TextPoint, 
    A_2 : TextPoint, 
    A_3 : int
)

Parameters

Implements

_dispTextEditorEvents.LineChanged(TextPoint, TextPoint, Int32)

.NET Framework Security

See Also

Reference

_dispTextEditorEvents_SinkHelper Class

EnvDTE Namespace