Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NComboBoxControl Class / Validating Event


In This Topic
    Validating Event (NComboBoxControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatFocus")>
    <System.Windows.Forms.SRDescriptionAttribute("ControlOnValidatingDescr")>
    Public Event Validating As System.ComponentModel.CancelEventHandler
    'Usage
     
    
    Dim instance As NComboBoxControl
    Dim handler As System.ComponentModel.CancelEventHandler
     
    AddHandler instance.Validating, handler
    [System.Windows.Forms.SRCategory("CatFocus")]
    [System.Windows.Forms.SRDescription("ControlOnValidatingDescr")]
    public event System.ComponentModel.CancelEventHandler Validating
    Event Data

    The event handler receives an argument of type System.ComponentModel.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    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