ArcFM Desktop Developer Guide
OnTransitionEnded Method (Transition)


Syntax
'Declaration
 
Protected Overridable Sub OnTransitionEnded( _
   ByVal transitionElement As TransitionElement, _
   ByVal oldContent As ContentPresenter, _
   ByVal newContent As ContentPresenter _
) 
'Usage
 
Dim instance As Transition
Dim transitionElement As TransitionElement
Dim oldContent As ContentPresenter
Dim newContent As ContentPresenter
 
instance.OnTransitionEnded(transitionElement, oldContent, newContent)
protected virtual void OnTransitionEnded( 
   TransitionElement transitionElement,
   ContentPresenter oldContent,
   ContentPresenter newContent
)

Parameters

transitionElement
oldContent
newContent
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

Transition Class
Transition Members

 

 


Send Comment