Name

FileSystemEventArgs

Synopsis

This class offers the arguments for a FileSystemEventHandler.

Public Class FileSystemEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New(ByVal changeType As WatcherChangeTypes, 
        ByVal directory As String, ByVal name As String) 
' Public Instance Properties
   Public ReadOnly Property ChangeType As WatcherChangeTypes  
   Public ReadOnly Property FullPath As String  
   Public ReadOnly Property Name As String  
End Class

Hierarchy

System.ObjectSystem.EventArgs FileSystemEventArgs

Subclasses

RenamedEventArgs

Passed To

FileSystemEventHandler.{BeginInvoke(), Invoke()}, FileSystemWatcher.{OnChanged(), OnCreated(), OnDeleted()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.