InputFileChangeEventArgs 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.
Supplies information about an OnChange event being raised.
public ref class InputFileChangeEventArgs sealed : EventArgs
	public sealed class InputFileChangeEventArgs : EventArgs
	type InputFileChangeEventArgs = class
    inherit EventArgs
	Public NotInheritable Class InputFileChangeEventArgs
Inherits EventArgs
		- Inheritance
 - 
				InputFileChangeEventArgs
 
Constructors
| InputFileChangeEventArgs(IReadOnlyList<IBrowserFile>) | 
		 Constructs a new InputFileChangeEventArgs instance.  | 
        	
Properties
| File | 
		 Gets the supplied file. Note that if the input accepts multiple files, then instead of reading this property, you should call GetMultipleFiles(Int32).  | 
        	
| FileCount | 
		 Gets the number of supplied files.  | 
        	
Methods
| GetMultipleFiles(Int32) | 
		 Gets the file entries list. This method should be used for inputs that accept multiple files. If the input accepts only a single file, then use the File property instead.  |