_dispTextEditorEvents_LineChangedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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