







|
| FastColoredTextBox |
| VisualMarkerEventArgs Constructor |
| VisualMarkerEventArgs Class See Also Send Feedback |
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 ) |
Parameters
- style
- Type: FastColoredTextBoxNS..::..Style
- marker
- Type: FastColoredTextBoxNS..::..StyleVisualMarker
- args
- Type: System.Windows.Forms..::..MouseEventArgs
