ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback