ArcFM Engine Developer Guide
RaiseCurrentStateChanging Method


Syntax
'Declaration
 
Protected Sub RaiseCurrentStateChanging( _
   ByVal stateGroup As VisualStateGroup, _
   ByVal oldState As VisualState, _
   ByVal newState As VisualState, _
   ByVal control As Control _
) 
'Usage
 
Dim instance As VisualStateManager
Dim stateGroup As VisualStateGroup
Dim oldState As VisualState
Dim newState As VisualState
Dim control As Control
 
instance.RaiseCurrentStateChanging(stateGroup, oldState, newState, control)
protected void RaiseCurrentStateChanging( 
   VisualStateGroup stateGroup,
   VisualState oldState,
   VisualState newState,
   Control control
)

Parameters

stateGroup
oldState
newState
control
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

VisualStateManager Class
VisualStateManager Members

 

 


Send Comment