Click or drag to resize

BrowseFileEventArgs Class

Represents the class that contain event data for display File Browse Dialog from SDK
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsBrowseFileEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class BrowseFileEventArgs : EventArgs

The BrowseFileEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBrowseFileEventArgsInitializes a new instance of the BrowseFileEventArgs class
Top
Properties
 NameDescription
Public propertyFilePath The application must set this property to a user-selected file
Top
See Also