ArcFM Engine Developer Guide
CurrentStateChanged Event


Raised when transition begins
Syntax
'Declaration
 
Public Event CurrentStateChanged As EventHandler(Of VisualStateChangedEventArgs)
'Usage
 
Dim instance As VisualStateGroup
Dim handler As EventHandler(Of VisualStateChangedEventArgs)
 
AddHandler instance.CurrentStateChanged, handler
public event EventHandler<VisualStateChangedEventArgs> CurrentStateChanged
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