feat: WIP set up interface.
This commit is contained in:
@@ -42,7 +42,7 @@ public class DialogControl: ContentControl
|
||||
remove => RemoveHandler(LayerChangedEvent, value);
|
||||
}
|
||||
|
||||
public static readonly RoutedEvent<ResultEventArgs> ClosedEvent = RoutedEvent.Register<DrawerControl, ResultEventArgs>(
|
||||
public static readonly RoutedEvent<ResultEventArgs> ClosedEvent = RoutedEvent.Register<DrawerControlBase, ResultEventArgs>(
|
||||
nameof(Closed), RoutingStrategies.Bubble);
|
||||
|
||||
public event EventHandler<ResultEventArgs> Closed
|
||||
|
||||
@@ -168,6 +168,11 @@ public class OverlayDialogHost : Canvas
|
||||
ResetZIndices();
|
||||
}
|
||||
|
||||
internal void AddDrawer(DrawerControlBase control)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void OnDialogControlClosing(object sender, object? e)
|
||||
{
|
||||
if (sender is DialogControl control)
|
||||
|
||||
Reference in New Issue
Block a user