C# 클래스 JPB.DataAccess.EntityCreator.UI.MsSQL.View.BindableTextEditor

상속: TextEditor, INotifyPropertyChanged
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 프로퍼티들

프로퍼티 타입 설명
TextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
RaisePropertyChanged ( string property ) : void

Raises a property changed event

보호된 메소드들

메소드 설명
OnTextChanged ( EventArgs e ) : void

메소드 상세

OnTextChanged() 보호된 메소드

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

RaisePropertyChanged() 공개 메소드

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

프로퍼티 상세

TextProperty 공개적으로 정적으로 프로퍼티

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