PathEdit Events |
The PathEdit type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeforeShowDialog |
Occurs before a dialog for file/folder selection is shown after the button of the PathEdit control has been clicked.
|
![]() | ButtonClick |
This event occurs if the button of the PathEdit control has been clicked.
|
![]() | Change |
Occurs when the Text in the TextBox changes.
|
![]() | EditFieldClick |
This event occurs if the user clicked on the editfield.
|
![]() | EditFieldEnter |
Occurs when the edit field is entered and gains focus
|
![]() | EditFieldKeyDown |
Occurs when a key is pressed while the edit field has focus
|
![]() | EditFieldKeyPress |
Occurs when a key is pressed while the edit field has focus
|
![]() | EditFieldKeyUp |
Occurs when a key is released while the edit field has focus
|
![]() | EditFieldLeave |
Occurs when the edit field is left and lost focus
|
![]() | PropertyChanged |
This event is issued if the TextField in the PathEdit changed.
It is available here to be able to add a DataBinding to the Path.
|