Search Results for

    Show / Hide Table of Contents

    Class LengthChangedEventArgs

    Contains arguments for the LengthChanged event.
    Inheritance
    object
    EventArgs
    LengthChangedEventArgs
    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 LengthChangedEventArgs : EventArgs

    Properties

    NewLength

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

    OldLength

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