ComponentOne FlexGrid 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 EventHandler
    public event EventHandler Closed
    See Also