DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / DoubleClick Event






In This Topic
    DoubleClick Event (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAction")>
    <SRDescriptionAttribute("ControlOnDoubleClickDescr")>
    Public Event DoubleClick As System.EventHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As System.EventHandler
     
    AddHandler instance.DoubleClick, handler
    [SRCategory("CatAction")]
    [SRDescription("ControlOnDoubleClickDescr")]
    public event System.EventHandler DoubleClick
    public event DoubleClick: System.EventHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    [SRCategory("CatAction")]
    [SRDescription("ControlOnDoubleClickDescr")]
    public: __event System.EventHandler* DoubleClick
    [SRCategory("CatAction")]
    [SRDescription("ControlOnDoubleClickDescr")]
    public:
    event System.EventHandler^ DoubleClick
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also