IEventHookServiceLicenseChanged Event |
Occurs when a license was installed or removed.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxevent EventHandler LicenseChanged
Event LicenseChanged As EventHandler
event EventHandler^ LicenseChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}abstract LicenseChanged : IEvent<EventHandler,
EventArgs>Value
EventHandler
See Also