C# Class MarkDownEditor.View.MvvmChromiumWebBrowser

Inheritance: CefSharp.Wpf.ChromiumWebBrowser, INotifyPropertyChanged
ファイルを表示 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_oe static_oe property

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

ScrollOffsetRatioProperty public_oe static_oe property

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

ShouldReloadProperty public_oe static_oe property

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