ArcFM Engine Developer Guide
TransitionEventArgs Constructor


The routed event this data represents.
The source of the event.
The transition involved in the event.
The old content involved in the event.
The new content involved in the event.
Initializes a new TransitionEventArgs instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal source As Object, _
   ByVal transition As Transition, _
   ByVal oldContent As Object, _
   ByVal newContent As Object _
)
'Usage
 
Dim routedEvent As RoutedEvent
Dim source As Object
Dim transition As Transition
Dim oldContent As Object
Dim newContent As Object
 
Dim instance As New TransitionEventArgs(routedEvent, source, transition, oldContent, newContent)
public TransitionEventArgs( 
   RoutedEvent routedEvent,
   object source,
   Transition transition,
   object oldContent,
   object newContent
)

Parameters

routedEvent
The routed event this data represents.
source
The source of the event.
transition
The transition involved in the event.
oldContent
The old content involved in the event.
newContent
The new content involved in the event.
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

TransitionEventArgs Class
TransitionEventArgs Members

 

 


Send Comment