VisioForge (c) 2025

Search Results for

    Class TimeshiftFileEventArgs

    Timeshift file event args.

    Inheritance
    object
    EventArgs
    TimeshiftFileEventArgs
    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 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