_dispTextEditorEvents_LineChangedEventHandler Delegate
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTEAssembly: EnvDTE (in envdte.dll)
[ComVisibleAttribute(false)] public delegate void _dispTextEditorEvents_LineChangedEventHandler ( [InAttribute] TextPoint StartPoint, TextPoint EndPoint, int Hint )
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispTextEditorEvents_LineChangedEventHandler ( /** @attribute InAttribute() */ TextPoint StartPoint, TextPoint EndPoint, int Hint )
Parameters
- StartPoint
- EndPoint
- Hint