ArcFM Desktop Developer Guide
CurrentStateChanging Event


Raised when transition ends and new state storyboard begins.
Syntax
'Declaration
 
Public Event CurrentStateChanging As EventHandler(Of VisualStateChangedEventArgs)
'Usage
 
Dim instance As VisualStateGroup
Dim handler As EventHandler(Of VisualStateChangedEventArgs)
 
AddHandler instance.CurrentStateChanging, handler
public event EventHandler<VisualStateChangedEventArgs> CurrentStateChanging
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
ControlThe control involved in the state change  
NewStateThe new state the control is transitioning to  
OldStateThe old state the control is transitioning from  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

VisualStateGroup Class
VisualStateGroup Members

 

 


Send Comment