Class LicenseEventArgs
License event.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class LicenseEventArgs : EventArgs
Constructors
LicenseEventArgs(LicenseLevel, string)
Initializes a new instance of the LicenseEventArgs class.
Declaration
public LicenseEventArgs(LicenseLevel level, string message)
Parameters
Type | Name | Description |
---|---|---|
LicenseLevel | level | Error level. |
string | message | Message text. |
Properties
Level
Gets an error level.
Declaration
public LicenseLevel Level { get; }
Property Value
Type | Description |
---|---|
LicenseLevel |
Message
Gets a message.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |