IEventHookServiceLicenseChanged Event | 
 Occurs when a license was installed or removed.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
SystemEventHandler
See Also