T3000 CrossPlatform Documentation
StyleVisualMarkerClick Event |
[This is preliminary documentation and is subject to change.]
Occurs when user click on StyleVisualMarker joined to this style
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<VisualMarkerEventArgs> VisualMarkerClick
Public Event VisualMarkerClick As EventHandler(Of VisualMarkerEventArgs) Dim instance As Style Dim handler As EventHandler(Of VisualMarkerEventArgs) AddHandler instance.VisualMarkerClick, handler
Value
Type: SystemEventHandlerVisualMarkerEventArgsSee Also