FileScannerTypeEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the data for events using a particular FileScannerType.
public ref class FileScannerTypeEventArgs : EventArgs
public class FileScannerTypeEventArgs : EventArgs
type FileScannerTypeEventArgs = class
inherit EventArgs
Public Class FileScannerTypeEventArgs
Inherits EventArgs
- Inheritance
-
FileScannerTypeEventArgs
Constructors
FileScannerTypeEventArgs(FileScannerType) |
Initializes a new instance of the FileScannerTypeEventArgs class. |
Properties
ScannerType |
Gets the type of file scanner related to an event. |