VisualMarkerEventArgs Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the VisualMarkerEventArgs class

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public VisualMarkerEventArgs(
	Style style,
	StyleVisualMarker marker,
	MouseEventArgs args
)
Visual Basic
Public Sub New ( _
	style As Style, _
	marker As StyleVisualMarker, _
	args As MouseEventArgs _
)
Visual C++
public:
VisualMarkerEventArgs(
	Style^ style, 
	StyleVisualMarker^ marker, 
	MouseEventArgs^ args
)

See Also