Click or drag to resize

PathEdit Events

The PathEdit type exposes the following members.

Events
  NameDescription
Public eventBeforeShowDialog
Occurs before a dialog for file/folder selection is shown after the button of the PathEdit control has been clicked.
Public eventButtonClick
This event occurs if the button of the PathEdit control has been clicked.
Public eventChange
Occurs when the Text in the TextBox changes.
Public eventEditFieldClick
This event occurs if the user clicked on the editfield.
Public eventEditFieldEnter
Occurs when the edit field is entered and gains focus
Public eventEditFieldKeyDown
Occurs when a key is pressed while the edit field has focus
Public eventEditFieldKeyPress
Occurs when a key is pressed while the edit field has focus
Public eventEditFieldKeyUp
Occurs when a key is released while the edit field has focus
Public eventEditFieldLeave
Occurs when the edit field is left and lost focus
Public eventPropertyChanged
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.
Top
See Also