Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NDrawingViewControl Class / DoubleClick Event


In This Topic
    DoubleClick Event (NDrawingViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatAction")>
    <System.Windows.Forms.SRDescriptionAttribute("ControlOnDoubleClickDescr")>
    Public Event DoubleClick As System.EventHandler
    'Usage
     
    
    Dim instance As NDrawingViewControl
    Dim handler As System.EventHandler
     
    AddHandler instance.DoubleClick, handler
    [System.Windows.Forms.SRCategory("CatAction")]
    [System.Windows.Forms.SRDescription("ControlOnDoubleClickDescr")]
    public event System.EventHandler DoubleClick
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also