Interface IDismissInvocator
Interface that must be implemented by any UI component which wants to request a Dismiss(DismissType) if this component is displayed inside a Popup component.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public interface IDismissInvocator
Events
| Name | Description |
|---|---|
| dismissRequested | Event triggered when the UI component wants to request a Dismiss(DismissType) |