AddinManager.AddinsLoaded

Fired when addins complete loading. Action fires out of band from Main UI thread, so if you do UI operations make sure to use a Dispatcher.

public Func<Task> AddinsLoaded { get; set; }

See also:

Class AddinManager

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic