GetMacroCaptionEventArgs Constructor |
Initializes a new instance of the GetMacroCaptionEventArgs class.
Namespace: WinWrap.Basic.Server.ClassicAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic GetMacroCaptionEventArgs(
string fileName
)
Public Sub New (
fileName As String
)
public:
GetMacroCaptionEventArgs(
String^ fileName
)
Parameters
- fileName String
- Value for FileName and Caption.
Remarks
Construct a new instance.
See Also