ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / FileOpeningEventArgs Class / FileOpeningEventArgs Constructor
FileInfo object to assign to the file property.




In This Topic
    FileOpeningEventArgs Constructor
    In This Topic
    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