C# Class MarkDownEditor.View.MvvmChromiumWebBrowser

Inheritance: CefSharp.Wpf.ChromiumWebBrowser, INotifyPropertyChanged
Show file Open project: chenguanzhou/MarkDownEditor

Public Properties

Property Type Description
IsBrowserInitializedProperty System.Windows.DependencyProperty
ScrollOffsetRatioProperty System.Windows.DependencyProperty
ShouldReloadProperty System.Windows.DependencyProperty

Public Methods

Method Description
MvvmChromiumWebBrowser ( ) : CefSharp
RaisePropertyChanged ( string info ) : void

Private Methods

Method Description
MvvmChromiumWebBrowser_IsBrowserInitializedChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

MvvmChromiumWebBrowser() public method

public MvvmChromiumWebBrowser ( ) : CefSharp
return CefSharp

RaisePropertyChanged() public method

public RaisePropertyChanged ( string info ) : void
info string
return void

Property Details

IsBrowserInitializedProperty public static property

DependencyProperty for the ChromiumWebBrowser IsBrowserInitialized property.
public static DependencyProperty,System.Windows IsBrowserInitializedProperty
return System.Windows.DependencyProperty

ScrollOffsetRatioProperty public static property

DependencyProperty for the ScrollOffsetRatio binding.
public static DependencyProperty,System.Windows ScrollOffsetRatioProperty
return System.Windows.DependencyProperty

ShouldReloadProperty public static property

DependencyProperty for the ShouldReload binding.
public static DependencyProperty,System.Windows ShouldReloadProperty
return System.Windows.DependencyProperty