Skip to content

SelectionChangeTrigger

JaykeBird edited this page Feb 21, 2023 · 1 revision

Back to home | Back to Reference | View raw text

SelectionChangeTrigger enum

Description

Indicates which method or source triggered the change in selection.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.SelectionChangeTrigger[[SelectionChangeTrigger]]
  end
Loading

Details

Summary

Indicates which method or source triggered the change in selection.

Fields

ControlClick

Summary

The selection was changed due to the control itself being clicked.

CheckBox

Summary

The selection was changed due to a checkbox in the control being clicked.

Parent

Summary

The selection was changed due to an action by the parent object containing the control.

CodeUnknown

Summary

The selection was changed via directly setting the value in code, or the method isn't strictly defined here.

Generated with ModularDoc

Clone this wiki locally