ImageGear .NET v24.12 - Updated
FileOpeningEventArgs Constructor




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > FileOpeningEventArgs Class : FileOpeningEventArgs Constructor
FileInfo object to assign to the file property.
Initializes a new instance of the FileOpeningEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal file As FileInfo _
)
'Usage
 
Dim file As FileInfo
 
Dim instance As New FileOpeningEventArgs(file)
public FileOpeningEventArgs( 
   FileInfo file
)
public: FileOpeningEventArgs( 
   FileInfo* file
)
public:
FileOpeningEventArgs( 
   FileInfo^ file
)

Parameters

file
FileInfo object to assign to the file property.
See Also

Reference

FileOpeningEventArgs Class
FileOpeningEventArgs Members