7 lines
250 B
C#
7 lines
250 B
C#
namespace Pilz.UI.Telerik.Dialogs;
|
|
|
|
public class FlyoutClosedEventArgs(RadFlyoutBase content) : global::Telerik.WinControls.UI.SplashScreen.FlyoutClosedEventArgs(content)
|
|
{
|
|
public new RadFlyoutBase? Content => base.Content as RadFlyoutBase;
|
|
}
|