C# Class SRNicoNico.ViewModels.WebViewContentViewModel

Inheritance: TabItemViewModel
Afficher le fichier Open project: mrtska/SRNicoNico Class Usage Examples

Méthodes publiques

Méthode Description
GoBack ( ) : void
GoForward ( ) : void
Load ( string url ) : void
LoadCompleted ( string doc ) : void
RemoveTab ( WebViewContentViewModel vm ) : void
WebViewContentViewModel ( string url, WebViewViewModel vm, bool forceWebView = false ) : System

Private Methods

Méthode Description
OnNewWindow ( string url, int Flags, string TargetFrameName, object &PostData, string Headers, bool &Processed ) : void
Value_CanGoBackChanged ( object sender, EventArgs e ) : void
Value_CanGoForwardChanged ( object sender, EventArgs e ) : void
Value_DocumentCompleted ( object sender, System e ) : void
Value_DocumentTitleChanged ( object sender, EventArgs e ) : void
Value_Navigated ( object sender, System e ) : void
Value_Navigated1 ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
Value_Navigating ( object sender, System e ) : void
Value_Navigating1 ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
Value_NewWindow ( object sender, CancelEventArgs e ) : void
Value_TitleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
WebBrowser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

Method Details

GoBack() public méthode

public GoBack ( ) : void
Résultat void

GoForward() public méthode

public GoForward ( ) : void
Résultat void

Load() public méthode

public Load ( string url ) : void
url string
Résultat void

LoadCompleted() public méthode

public LoadCompleted ( string doc ) : void
doc string
Résultat void

RemoveTab() public méthode

public RemoveTab ( WebViewContentViewModel vm ) : void
vm WebViewContentViewModel
Résultat void

WebViewContentViewModel() public méthode

public WebViewContentViewModel ( string url, WebViewViewModel vm, bool forceWebView = false ) : System
url string
vm WebViewViewModel
forceWebView bool
Résultat System