C# Class JPB.DataAccess.EntityCreator.UI.MsSQL.View.BindableTextEditor

Inheritance: TextEditor, INotifyPropertyChanged
显示文件 Open project: JPVenson/DataAccess

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