C# Class ServiceInsight.Controls.MvvmTextEditor

Inheritance: ICSharpCode.AvalonEdit.TextEditor, INotifyPropertyChanged
Mostra file Open project: Particular/ServiceInsight

Public Properties

Property Type Description
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
RaisePropertyChanged ( string property ) : void

Raises a property changed event

Protected Methods

Method Description
OnTextChanged ( EventArgs e ) : void

Method Details

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
return void

RaisePropertyChanged() public method

Raises a property changed event
public RaisePropertyChanged ( string property ) : void
property string The name of the property that updates
return void

Property Details

TextProperty public_oe static_oe property

The bindable text property dependency property
public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty