VisioForge (c) 2025

Search Results for

    Class ClosedCaptionsTextEventArgs

    Closed captions text event args class.

    Inheritance
    object
    EventArgs
    ClosedCaptionsTextEventArgs
    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 ClosedCaptionsTextEventArgs : EventArgs

    Constructors

    ClosedCaptionsTextEventArgs(string, TimeSpan, TimeSpan)

    Initializes a new instance of the ClosedCaptionsTextEventArgs class.

    Declaration
    public ClosedCaptionsTextEventArgs(string text, TimeSpan startTime, TimeSpan stopTime)
    Parameters
    Type Name Description
    string text

    Text.

    TimeSpan startTime

    Start time.

    TimeSpan stopTime

    Stop time.

    Properties

    StartTime

    Gets start time.

    Declaration
    public TimeSpan StartTime { get; }
    Property Value
    Type Description
    TimeSpan

    StopTime

    Gets stop time.

    Declaration
    public TimeSpan StopTime { get; }
    Property Value
    Type Description
    TimeSpan

    Text

    Gets text.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string