C# Class ServiceInsight.Controls.MvvmTextEditor

Inheritance: ICSharpCode.AvalonEdit.TextEditor, INotifyPropertyChanged
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Свойство Type Description
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
RaisePropertyChanged ( string property ) : void

Raises a property changed event

Méthodes protégées

Méthode Description
OnTextChanged ( EventArgs e ) : void

Method Details

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaisePropertyChanged() public méthode

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

Property Details

TextProperty public_oe static_oe property

The bindable text property dependency property
public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty