ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > FileOpeningEventArgs Class : File Property |
'Declaration Public ReadOnly Property File As FileInfo
'Usage Dim instance As FileOpeningEventArgs Dim value As FileInfo value = instance.File
public FileInfo File {get;}
public: __property FileInfo* get_File();