DicomObjects.NET.V8
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.0 or higher

    See Also