Alvas.FileControls Class Library

FileFind.FileFinded Event

Occurs when the file is finded.

[Visual Basic]
Public Event FileFinded As FileFindedEventHandler
[C#]
public event FileFindedEventHandler FileFinded;

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