Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NDrawingViewWithCommandBarsControl Class / ControlRemoved Event


In This Topic
    ControlRemoved Event (NDrawingViewWithCommandBarsControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.Windows.Forms.SRDescriptionAttribute("ControlOnControlRemovedDescr")>
    Public Event ControlRemoved As System.Windows.Forms.ControlEventHandler
    'Usage
     
    
    Dim instance As NDrawingViewWithCommandBarsControl
    Dim handler As System.Windows.Forms.ControlEventHandler
     
    AddHandler instance.ControlRemoved, handler
    [System.Windows.Forms.SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.Windows.Forms.SRDescription("ControlOnControlRemovedDescr")]
    public event System.Windows.Forms.ControlEventHandler ControlRemoved
    Event Data

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

    PropertyDescription
    Gets the control object used by this event.  
    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