-
Notifications
You must be signed in to change notification settings - Fork 3
SelectionChangeTrigger
JaykeBird edited this page Feb 21, 2023
·
1 revision
Back to home | Back to Reference | View raw text
Indicates which method or source triggered the change in selection.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi
SolidShineUi.SelectionChangeTrigger[[SelectionChangeTrigger]]
end
Indicates which method or source triggered the change in selection.
The selection was changed due to the control itself being clicked.
The selection was changed due to a checkbox in the control being clicked.
The selection was changed due to an action by the parent object containing the control.
The selection was changed via directly setting the value in code, or the method isn't strictly defined here.
Generated with ModularDoc