Catel.MVVM.Providers.LogicBase.OnViewLoadedManagerLoadingInternal C# (CSharp) Method

OnViewLoadedManagerLoadingInternal() public method

Called when the view manager is unloading. This method is public because the view loaded manager must be subscribed to as a weak event.
public OnViewLoadedManagerLoadingInternal ( object sender, ViewLoadEventArgs e ) : void
sender object The sender.
e ViewLoadEventArgs The instance containing the event data.
return void
        public void OnViewLoadedManagerLoadingInternal(object sender, ViewLoadEventArgs e)
        {
            OnViewLoadedManagerLoading(sender, e);
        }