VisioForge (c) 2025

Search Results for

    Class NewFilePlaybackEventArgs

    New file playback event.

    Inheritance
    object
    EventArgs
    NewFilePlaybackEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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