You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="hostCallback">Host callback, can be remake all default events like bahaviour, create window or so on. If omit will be apply default just like in main window.</param>
33
33
/// <param name="parent">Can be specified parent window, can be useful in some cases.</param>
34
34
/// <param name="asMain">Point to main window will be stored to SciterAPIHost instance and can be accessed via <see cref="MainWindow"/> property.</param>
35
+
/// <param name="debugOutputHandler">If <see cref="debugOutput"/> is true you can override default console output on you own custom delegate.</param>
0 commit comments