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