DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / LicenceStore Event



In This Topic
    LicenceStore Event
    In This Topic
    Event fires when DicomObjects needs to store a licence
    Syntax
    'Declaration
     
    
    Public Event LicenceStore As LicenceStoredHandler
    'Usage
     
    
    Dim instance As DicomLicence
    Dim handler As LicenceStoredHandler
     
    AddHandler instance.LicenceStore, handler
    public event LicenceStoredHandler LicenceStore
    public:
    event LicenceStoredHandler^ LicenceStore
    Remarks

    DicomObjects stores licences on the system and may require privileges. In these cases, the user may choose to intercept the storage of the Licence via the LicenceStore event, and then to provide it on request via this event

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also