~~Title: StyleSelectedData ~~
If a [[:scripting:script_add-ins|script add-in ]]implements the **[[..:scripting_events:onstyleselected|OnStyleSelected]]** event, the method receives a **StyleSelectedData** object when the user chooses a new [[:basic_concepts:the_lister:styles|Lister style]].
$$ Property Name
$$ Return Type
$$ Description
$$ lister
$$ //object://**[[lister|Lister]]**
$$ Returns a **[[lister|Lister]]** object representing the Lister that changing style.
$$ qualifiers
$$ //string//
$$ Returns a string indicating any qualifier keys that were held down by the user when the event was triggered.\\
The string can contain any or all of the following: //shift// //ctrl//, //alt//, //lwin//, //rwin//\\
If no qualifiers were down, the string will be: //none//
$$ style
$$ //string//
$$ Returns the name of the newly selected style.