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