Class DVDParentalLevelChangedEventArgs
DVD parental level args class.
Inherited Members
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 |