Class PseudoClassManipulator
Implements interfaces:IManipulator,
public class PseudoClassManipulator : Manipulator, IManipulator
Constructors
Fields
Properties
Name | Description |
---|
Check | Checks if the pseudo class linked to the targeted VisualElement is active |
Methods
Name | Description |
---|
AddEventCallback<TEventType>(Action, TrickleDown) | Adds an event callback to the current manipulator. |
AddEventCallback<TEventType>(Action<PseudoClassManipulator, TEventType>, TrickleDown) | Adds an event callback to the current manipulator. |
AddEventCallback<TEventType>(Action<PseudoClassManipulator>, TrickleDown) | Adds an event callback to the current manipulator. |
AddEventCallback<TEventType>(Predicate<VisualElement>, Action, TrickleDown) | Adds an event callback to the current manipulator. |
AddEventCallback<TEventType>(Predicate<VisualElement>, Action<PseudoClassManipulator, TEventType>, TrickleDown) | Adds an event callback to the current manipulator. |
AddEventCallback<TEventType>(Predicate<VisualElement>, Action<PseudoClassManipulator>, TrickleDown) | Adds an event callback to the current manipulator. |
AddEventCallback<TEventType>(Predicate<VisualElement>, EventCallback<TEventType>, TrickleDown) | Adds an event callback to the current manipulator. |
AddEventCallback<TEventType>(EventCallback<TEventType>, TrickleDown) | Adds an event callback to the current manipulator. |
AddPostRegisterCallback(Action<PseudoClassManipulator, VisualElement>) | Adds a callback function that will be called after theVisualElementcallback event is registered. |
AddPostUnregisterCallback(Action<PseudoClassManipulator, VisualElement>) | Adds a callback function that will be called after theVisualElementcallback event is unregistered. |
AddPreRegisterCallback(Action<PseudoClassManipulator, VisualElement>) | Adds a callback function that will be called before theVisualElementcallback event is registered. |
AddPreUnregisterCallback(Action<PseudoClassManipulator, VisualElement>) | Adds a callback function that will be called before theVisualElementcallback event is unregistered. |
CheckUpdate() | Update of the Check value through the current pseudo class |