StyleNeededEventArgs Constructor

T3000 CrossPlatform

StyleNeededEventArgs Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the StyleNeededEventArgs class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBoxNS (in FastColoredTextBoxNS.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public StyleNeededEventArgs(
	Token t
)
Public Sub New ( 
	t As Token
)

Dim t As Token

Dim instance As New StyleNeededEventArgs(t)

Parameters

t
Type: Token

[Missing <param name="t"/> documentation for "M:FastColoredTextBoxNS.StyleNeededEventArgs.#ctor(Irony.Parsing.Token)"]

See Also