Alvas.FileControls Class Library

FileFind.ChangeDirectory Event

Occurs when the file find directory is changed.

[Visual Basic]
Public Event ChangeDirectory As ChangeDirectoryEventHandler
[C#]
public event ChangeDirectoryEventHandler ChangeDirectory;

Event Data

The event handler receives an argument of type FileFindedEventArgs containing data related to this event. The following FileFindedEventArgs property provides information specific to this event.

Property Description
Path Path to file or directory.

See Also

FileFind Class | Alvas.Windows.Forms.FileControls Namespace