C# Class Pokemon3D.Common.FileSystem.WatchedDirectoryEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
WatchedDirectoryEventArgs ( WatcherChangeTypes changeType, bool isFileChange, string path ) : System

Method Details

WatchedDirectoryEventArgs() public method

public WatchedDirectoryEventArgs ( WatcherChangeTypes changeType, bool isFileChange, string path ) : System
changeType WatcherChangeTypes
isFileChange bool
path string
return System