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

In This Topic
    FormClosed Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("FormOnFormClosedDescr")>
    Public Event FormClosed As System.Windows.Forms.FormClosedEventHandler
    [SRCategory("CatBehavior")]
    [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: .NET CLR 4.8 or higher

    See Also