[]
        
(Showing Draft Content)

C1.C1Preview.ActionHandlerFileOpen.-ctor

ActionHandlerFileOpen Constructor

ActionHandlerFileOpen()

Initializes a new instance of the ActionHandlerFileOpen class.

Declaration
public ActionHandlerFileOpen()
Public Sub New()

ActionHandlerFileOpen(string)

Initializes a new instance of the ActionHandlerFileOpen class, assigning the FileName property.

Declaration
public ActionHandlerFileOpen(string fileName)
Public Sub New(fileName As String)
Parameters
Type Name Description
string fileName

The file name to assign to the FileName property.