Table of Contents

Property EventsSyncAction

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

EventsSyncAction

When implemented by a class, gets or sets an action used to synchronize events raising. This is normally a function provided by the application to sync raised debugger events (for example, perform Control.Invoke)

Action<Delegate> EventsSyncAction { get; set; }

Property Value

Action<Delegate>