DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / PSLabelCreated Event



In This Topic
    PSLabelCreated Event
    In This Topic
    Event fires when a new DicomLabel is created when a Presentation State is applied to an image. This event gives users a chance to customise the label before display
    Syntax
    'Declaration
     
    
    Public Event PSLabelCreated As PSLabelCreatedHandler
    'Usage
     
    
    Dim instance As DicomLabel
    Dim handler As PSLabelCreatedHandler
     
    AddHandler instance.PSLabelCreated, handler
    public event PSLabelCreatedHandler PSLabelCreated
    public:
    event PSLabelCreatedHandler^ PSLabelCreated
    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