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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ActionHandlerFileOpen(
	string fileName
)
Visual Basic
Public Sub New ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The file name to assign to the FileName property.

See Also