fix flyout event
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Pilz.UI.WinForms.Telerik.Dialogs;
|
|||||||
partial class RadFlyoutBase
|
partial class RadFlyoutBase
|
||||||
{
|
{
|
||||||
public delegate void FlyoutCreatedEventHandler(FlyoutCreatedEventArgs e);
|
public delegate void FlyoutCreatedEventHandler(FlyoutCreatedEventArgs e);
|
||||||
public delegate void FlyoutClosedEventHandler(global::Telerik.WinControls.UI.SplashScreen.FlyoutClosedEventArgs e);
|
public delegate void FlyoutClosedEventHandler(FlyoutClosedEventArgs e);
|
||||||
|
|
||||||
public static event FlyoutCreatedEventHandler FlyoutCreated
|
public static event FlyoutCreatedEventHandler FlyoutCreated
|
||||||
{
|
{
|
||||||
@@ -70,7 +70,7 @@ partial class RadFlyoutBase
|
|||||||
{
|
{
|
||||||
if (e.Content is RadFlyoutBase dialogBase)
|
if (e.Content is RadFlyoutBase dialogBase)
|
||||||
{
|
{
|
||||||
var eventArgs = new global::Telerik.WinControls.UI.SplashScreen.FlyoutClosedEventArgs((RadFlyoutBase)e.Content);
|
var eventArgs = new FlyoutClosedEventArgs((RadFlyoutBase)e.Content);
|
||||||
|
|
||||||
foreach (var args in flyoutCloseHandlers.ToArray())
|
foreach (var args in flyoutCloseHandlers.ToArray())
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>2.12.1</Version>
|
<Version>2.12.2</Version>
|
||||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user