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



In This Topic
    LicenceRetrieve Event
    In This Topic
    Event fired when DicomObjects needs to retrieve a previously stored Licence
    Syntax
    'Declaration
     
    
    Public Event LicenceRetrieve As LicenceRetrieveHandler
    'Usage
     
    
    Dim instance As DicomLicence
    Dim handler As LicenceRetrieveHandler
     
    AddHandler instance.LicenceRetrieve, handler
    public event LicenceRetrieveHandler LicenceRetrieve
    public:
    event LicenceRetrieveHandler^ LicenceRetrieve
    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