_dispTextEditorEvents.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
Sub LineChanged ( _
    StartPoint As TextPoint, _
    EndPoint As TextPoint, _
    Hint As Integer _
)
void LineChanged(
    TextPoint StartPoint,
    TextPoint EndPoint,
    int Hint
)
void LineChanged(
    [InAttribute] TextPoint^ StartPoint, 
    TextPoint^ EndPoint, 
    int Hint
)
abstract LineChanged : 
        StartPoint:TextPoint * 
        EndPoint:TextPoint * 
        Hint:int -> unit
function LineChanged(
    StartPoint : TextPoint, 
    EndPoint : TextPoint, 
    Hint : int
)

Parameters

.NET Framework Security

See Also

Reference

_dispTextEditorEvents Interface

EnvDTE Namespace