C# Class Microsoft.Html.Core.Parser.HtmlParserRangeEventArgs

Event argument that specifies text range
Inheritance: System.EventArgs
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
HtmlParserRangeEventArgs ( ITextRange range ) : System

Method Details

HtmlParserRangeEventArgs() public method

public HtmlParserRangeEventArgs ( ITextRange range ) : System
range ITextRange
return System