Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / FormClosed Event


In This Topic
    FormClosed Event (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatBehavior")>
    <System.Windows.Forms.SRDescriptionAttribute("FormOnFormClosedDescr")>
    Public Event FormClosed As System.Windows.Forms.FormClosedEventHandler
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim handler As System.Windows.Forms.FormClosedEventHandler
     
    AddHandler instance.FormClosed, handler
    [System.Windows.Forms.SRCategory("CatBehavior")]
    [System.Windows.Forms.SRDescription("FormOnFormClosedDescr")]
    public event System.Windows.Forms.FormClosedEventHandler FormClosed
    Event Data

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

    PropertyDescription
    Gets a value that indicates why the form was closed.  
    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