VisioForge (c) 2025

Search Results for

    Class DVDParentalLevelChangedEventArgs

    DVD parental level args class.

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

    Constructors

    DVDParentalLevelChangedEventArgs(ref bool)

    Initializes a new instance of the DVDParentalLevelChangedEventArgs class.

    Declaration
    public DVDParentalLevelChangedEventArgs(ref bool allow)
    Parameters
    Type Name Description
    bool allow

    true - allowed, false - denied.

    Properties

    Allow

    Gets a value indicating whether level change allowed.

    Declaration
    public bool Allow { get; }
    Property Value
    Type Description
    bool