Intersoft ClientUI Documentation
VisualStateChanged Event



Occurs when the visual state of this control has changed.
Syntax
Public Event VisualStateChanged As EventHandler(Of VisualStateChangedEventArgs)
Dim instance As UXButton
Dim handler As EventHandler(Of VisualStateChangedEventArgs)
 
AddHandler instance.VisualStateChanged, handler
public event EventHandler<VisualStateChangedEventArgs> VisualStateChanged
public:
event EventHandler<VisualStateChangedEventArgs^>^ VisualStateChanged
Event Data

The event handler receives an argument of type VisualStateChangedEventArgs containing data related to this event. The following VisualStateChangedEventArgs properties provide information specific to this event.

PropertyDescription
UseTransitions Gets a boolean value indicating whether the visual state change should use transition.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXButton Class
UXButton Members

Send Feedback