NavigationLogEventArgs.NavigationLogEventArgs C# (CSharp) Method

NavigationLogEventArgs() public method

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