prefix Telerik-based type names with "Rad"
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
public class FlyoutClosedEventArgs : global::Telerik.WinControls.UI.SplashScreen.FlyoutClosedEventArgs
|
||||
{
|
||||
public new FlyoutBase? Content => base.Content as FlyoutBase;
|
||||
public new RadFlyoutBase? Content => base.Content as RadFlyoutBase;
|
||||
|
||||
public FlyoutClosedEventArgs(FlyoutBase content) : base(content)
|
||||
public FlyoutClosedEventArgs(RadFlyoutBase content) : base(content)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user