CreateCustomRestrictionEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Additional information for create CreateCustomRestriction event.
Inheritance
object ← EventArgs ← CreateCustomRestrictionEventArgs
Inherited Members
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CreateCustomRestrictionEventArgs(string)
Generate a new instance of class.
Parameters
Name
Description
The name of the restriction to create.
Exceptions
Name
Description
Thrown when one or more required arguments are null.
Properties
Restriction
Sets the restriction object.
Property Value
RestrictionName
Gets the name of the restriction to create.
Property Value
Last updated