Property EventsSyncAction
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; }