DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / FormClosed Event






    FormClosed Event
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("FormOnFormClosedDescr")>
    Public Event FormClosed As System.Windows.Forms.FormClosedEventHandler
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim handler As System.Windows.Forms.FormClosedEventHandler
     
    AddHandler instance.FormClosed, handler
    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: .NET CLR 4.8 or higher

    See Also