DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / N_Event_Report Event






In This Topic
    N_Event_Report Event (DicomAssociation)
    In This Topic
    This event handler is fired when an N-EVENT-REPORT notification is received.
    Syntax
    'Declaration
     
    
    Public Event N_Event_Report As N_Event_ReportHandler
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim handler As N_Event_ReportHandler
     
    AddHandler instance.N_Event_Report, handler
    public event N_Event_ReportHandler N_Event_Report
    public event N_Event_Report: N_Event_ReportHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    public: __event N_Event_ReportHandler* N_Event_Report
    public:
    event N_Event_ReportHandler^ N_Event_Report
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also