DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomServer Class / CStoreRequest Event






In This Topic
    CStoreRequest Event
    In This Topic
    Event fired when the object receives a DICOM connection request
    Syntax
    'Declaration
     
    
    Public Event CStoreRequest As CStoreRequestHandler
    'Usage
     
    
    Dim instance As DicomServer
    Dim handler As CStoreRequestHandler
     
    AddHandler instance.CStoreRequest, handler
    public event CStoreRequestHandler CStoreRequest
    public event CStoreRequest: CStoreRequestHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    public: __event CStoreRequestHandler* CStoreRequest
    public:
    event CStoreRequestHandler^ CStoreRequest
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also