_dispTextEditorEvents_LineChangedEventHandler Delegate

Definition

Microsoft Internal Use Only.

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

public delegate void _dispTextEditorEvents_LineChangedEventHandler(TextPoint ^ StartPoint, TextPoint ^ EndPoint, int Hint);
public delegate void _dispTextEditorEvents_LineChangedEventHandler(TextPoint ^ StartPoint, TextPoint ^ EndPoint, int Hint);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _dispTextEditorEvents_LineChangedEventHandler(TextPoint StartPoint, TextPoint EndPoint, int Hint);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _dispTextEditorEvents_LineChangedEventHandler(TextPoint StartPoint, TextPoint EndPoint, int Hint);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispTextEditorEvents_LineChangedEventHandler = delegate of TextPoint * TextPoint * int -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
type _dispTextEditorEvents_LineChangedEventHandler = delegate of TextPoint * TextPoint * int -> unit
Public Delegate Sub _dispTextEditorEvents_LineChangedEventHandler(StartPoint As TextPoint, EndPoint As TextPoint, Hint As Integer)

Parameters

StartPoint
TextPoint

The start point.

EndPoint
TextPoint

The end point.

Hint
Int32

The hint.

Attributes

Applies to