Catel.MVVM.Views.ViewExtensions.FinalDispatch C# (CSharp) Method

FinalDispatch() static private method

static private FinalDispatch ( IView view, Action action ) : void
view IView
action Action
return void
        static partial void FinalDispatch(IView view, Action action)
        {
            throw new MustBeImplementedException();
        }
    }