.NET Framework Class Library

NeedFileNameEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > NeedFileNameEventArgs Class >

.NET Framework Class Library

NeedFileNameEventArgs Constructor

Creates an instance of this class.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Sub New ( _
 fileName As String, _
 extn As String _
)

C#

public NeedFileNameEventArgs(
 string fileName,
 string extn
)

Visual C++

public:
NeedFileNameEventArgs(
 StringfileName,
 Stringextn
)

Parameters

fileName

Type: System.String

extn

Type: System.String

See Also

NeedFileNameEventArgs Class

NeedFileNameEventArgs Members

Gnostice.Core Namespace