VisioForge (c) 2025

Search Results for

    Class SubtitlesSettingsEventArgs

    Subtitles settings event.

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

    Constructors

    SubtitlesSettingsEventArgs(object)

    Initializes a new instance of the SubtitlesSettingsEventArgs class.

    Declaration
    public SubtitlesSettingsEventArgs(object intf)
    Parameters
    Type Name Description
    object intf

    Interface. Cast it to IDirectVobSub3.

    Properties

    Interface

    Gets an interface. Cast it to IDirectVobSub3.

    Declaration
    public object Interface { get; }
    Property Value
    Type Description
    object