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

Navigation parameter. Implement to provide custom navigation behavior.
Exibir arquivo Open project: LogoFX/LogoFX

Public Methods

Method Description
Navigate ( ) : void

Navigates to the navigation target.

Method Details

Navigate() public abstract method

Navigates to the navigation target.
public abstract Navigate ( ) : void
return void