T3000 CrossPlatform Documentation
AutocompleteMenuOpening Event |
[This is preliminary documentation and is subject to change.]
Occurs when popup menu is opening
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<CancelEventArgs> Opening
Public Event Opening As EventHandler(Of CancelEventArgs) Dim instance As AutocompleteMenu Dim handler As EventHandler(Of CancelEventArgs) AddHandler instance.Opening, handler
Value
Type: SystemEventHandlerCancelEventArgsSee Also