Class SeparateCaptureFileEventArgs
Separate capture file event args.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class SeparateCaptureFileEventArgs : EventArgs
Constructors
SeparateCaptureFileEventArgs(string)
Initializes a new instance of the SeparateCaptureFileEventArgs class.
Declaration
public SeparateCaptureFileEventArgs(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | File name. |
Properties
Filename
Gets or sets file name.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string |