Intersoft.Client.UI.Aqua Namespace > UXButton Class : VisualStateChanged Event |
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
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.
Property | Description |
---|---|
UseTransitions | Gets a boolean value indicating whether the visual state change should use transition. |
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