DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / PSLabelCreated Event






    PSLabelCreated Event
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also