Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Window Class / IsPopupOpenChanged Property

In This Topic
    IsPopupOpenChanged Property (C1Window)
    In This Topic
    This callback is called when the popup is opened or closed.
    Syntax
    'Declaration
     
    
    Public Property IsPopupOpenChanged As EventCallback(Of Boolean)
    public EventCallback<bool> IsPopupOpenChanged {get; set;}
    See Also