프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindProperty |
메소드 | 설명 | |
---|---|---|
AbortEditing ( ) : void | ||
InPlaceEditor ( DesignItem designItem ) : System | ||
OnApplyTemplate ( ) : void | ||
StartEditing ( ) : void |
메소드 | 설명 | |
---|---|---|
OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void |
Change is committed if the user releases the Escape Key.
|
|
OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
InPlaceEditor ( ) : System | ||
editor_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
public InPlaceEditor ( DesignItem designItem ) : System | ||
designItem | DesignItem | |
리턴 | System |
protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
e | System.Windows.Input.KeyboardFocusChangedEventArgs | |
리턴 | void |
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
리턴 | void |
protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
e | System.Windows.Input.KeyboardFocusChangedEventArgs | |
리턴 | void |