use BeginInvoke for FlyoutClose
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Pilz.UI.Telerik.Dialogs
|
|||||||
foreach (var args in flyoutCloseHandlers)
|
foreach (var args in flyoutCloseHandlers)
|
||||||
{
|
{
|
||||||
if (ParentContext != null)
|
if (ParentContext != null)
|
||||||
ParentContext?.Invoke(args, eventArgs);
|
ParentContext?.BeginInvoke(args, eventArgs);
|
||||||
else
|
else
|
||||||
args.Invoke(eventArgs);
|
args.Invoke(eventArgs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user