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
dismissRequested
Event triggered when the UI component wants to request a Dismiss(DismissType)
Declaration
event Action<DismissType> dismissRequested
Event Type
Type | Description |
---|---|
Action<DismissType> |