SoLicensesInfoLicenseRequest Event |
Occurs when a license is requested by the OpenInventor.Net runtime.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
public event Action<string> LicenseRequest
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Event LicenseRequest As Action(Of String)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
event Action<String^>^ LicenseRequest {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member LicenseRequest : IEvent<Action<string>,
EventArgs>
Value
Type:
SystemActionStringSee Also