CK.Plugins.ObjectExplorer.VMIContextViewModel.OnApplyDone C# (CSharp) Méthode

OnApplyDone() private méthode

private OnApplyDone ( object sender, CK.Plugin.ApplyDoneEventArgs e ) : void
sender object
e CK.Plugin.ApplyDoneEventArgs
Résultat void
        void OnApplyDone( object sender, ApplyDoneEventArgs e )
        {
            if( !e.Success && NotificationService != null )
                NotificationService.ShowNotification( Guid.Empty, R.ApplyDoneErrorCaption, R.ApplyDoneError, 4000, NotificationTypes.Warning );
        }