DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also