Class NewFilePlaybackEventArgs
New file playback event.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class NewFilePlaybackEventArgs : EventArgs
Constructors
NewFilePlaybackEventArgs(string)
Initializes a new instance of the NewFilePlaybackEventArgs class.
Declaration
public NewFilePlaybackEventArgs(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 |