Class ConflictResolutionPopup
Popup that displays conflicting assignments and allows the user to accept or cancel the requested changes
Namespace: Unity.Industrial.Forma.StandardUI
Syntax
public class ConflictResolutionPopup : VisualElement
Events
buttonPressed
Raised when one of the buttons has been pressed
Declaration
public static event Action<ConflictEventArgs> buttonPressed
Event Type
Type | Description |
---|---|
Action<ConflictEventArgs> |