Event AddToWatchClick
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
Occurs when a user clicks on the local to add it to the watch window.
public event EventHandler<AddToWatchClickEventArgs>? AddToWatchClick
Returns
- EventHandler<AddToWatchClickEventArgs>
- Occurs when a user clicks on the local to add it to the watch window.
- Implements