The event which will be trigerred when functional mode is changed
Namespace:
Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public event EventHandler OnFunctionalModeChanged |
| Visual Basic (Declaration) |
|---|
Public Event OnFunctionalModeChanged As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ OnFunctionalModeChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |