







Occurs when popup menu is opening
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public event EventHandler<CancelEventArgs> Opening |
Visual Basic |
---|
Public Event Opening As EventHandler(Of CancelEventArgs) |
Visual C++ |
---|
public: event EventHandler<CancelEventArgs^>^ Opening { void add (EventHandler<CancelEventArgs^>^ value); void remove (EventHandler<CancelEventArgs^>^ value); } |