C# Class LogoFX.Client.Mvvm.Navigation.NavigationParameter

Navigation parameter. Implement to provide custom navigation behavior.
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Méthode Description
Navigate ( ) : void

Navigates to the navigation target.

Method Details

Navigate() public abstract méthode

Navigates to the navigation target.
public abstract Navigate ( ) : void
Résultat void