ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1FullscreenDialog Class / Closed Event

In This Topic
    Closed Event (C1FullscreenDialog)
    In This Topic
    Event fired when the window is closed by the user or the Close method.
    Syntax
    'Declaration
     
    Public Event Closed As System.EventHandler
    public event System.EventHandler Closed
    See Also