DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / CanRaiseEvents Property






In This Topic
    CanRaiseEvents Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property CanRaiseEvents As System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    value = instance.CanRaiseEvents
    protected virtual System.bool CanRaiseEvents {get;}
    protected read-only property CanRaiseEvents: System.Boolean; virtual; 
    protected function get CanRaiseEvents : System.boolean
    protected: __property virtual System.bool get_CanRaiseEvents();
    protected:
    virtual property System.bool CanRaiseEvents {
       System.bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also