C# Class Neutronium.WebBrowserEngine.CefGlue.WindowImplementation.LoadingStateChangeEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Méthodes publiques

Méthode Description
LoadingStateChangeEventArgs ( bool isLoading, bool canGoBack, bool canGoForward ) : System

Method Details

LoadingStateChangeEventArgs() public méthode

public LoadingStateChangeEventArgs ( bool isLoading, bool canGoBack, bool canGoForward ) : System
isLoading bool
canGoBack bool
canGoForward bool
Résultat System