NavigationLogEventArgs.NavigationLogEventArgs C# (CSharp) Méthode

NavigationLogEventArgs() public méthode

public NavigationLogEventArgs ( BetterExplorer.NavigationLog log ) : System.Windows.Controls
log BetterExplorer.NavigationLog
Résultat System.Windows.Controls
    public NavigationLogEventArgs(NavigationLog log)
    {
        _obj = log;
    }
}
NavigationLogEventArgs