Skip to content

IFileWatcher.Changed event

Raised when a watched file changes.

public event Action<string> Changed;

See Also