C# 클래스 SRNicoNico.ViewModels.WebViewContentViewModel

상속: TabItemViewModel
파일 보기 프로젝트 열기: mrtska/SRNicoNico 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

GoForward() 공개 메소드

public GoForward ( ) : void
리턴 void

Load() 공개 메소드

public Load ( string url ) : void
url string
리턴 void

LoadCompleted() 공개 메소드

public LoadCompleted ( string doc ) : void
doc string
리턴 void

RemoveTab() 공개 메소드

public RemoveTab ( WebViewContentViewModel vm ) : void
vm WebViewContentViewModel
리턴 void

WebViewContentViewModel() 공개 메소드

public WebViewContentViewModel ( string url, WebViewViewModel vm, bool forceWebView = false ) : System
url string
vm WebViewViewModel
forceWebView bool
리턴 System