Search Results for

    Show / Hide Table of Contents

    Class TimeChangedEventArgs

    Contains arguments for the TimeChanged event.
    Inheritance
    object
    EventArgs
    TimeChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Interaction
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class TimeChangedEventArgs : EventArgs

    Properties

    NewTime

    Gets the new time of an object.
    Declaration
    public long NewTime { get; }
    Property Value
    Type Description
    long

    OldTime

    Gets the old time of an object.
    Declaration
    public long OldTime { get; }
    Property Value
    Type Description
    long
    In this article
    Back to top 2024 / Generated by DocFX