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

An argument for 'tag close' event
Inheritance: System.EventArgs
Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
HtmlParserCloseTagEventArgs ( ITextRange closeAngleBracketPosition, bool closed, bool shorthand ) : System

Method Details

HtmlParserCloseTagEventArgs() public method

public HtmlParserCloseTagEventArgs ( ITextRange closeAngleBracketPosition, bool closed, bool shorthand ) : System
closeAngleBracketPosition ITextRange
closed bool
shorthand bool
return System