ArcFM Engine Developer Guide
TransitionBeginning Event


Occurs when the curent transition is starting.
Syntax
'Declaration
 
Public Event TransitionBeginning As TransitionEventHandler
'Usage
 
Dim instance As TransitionElement
Dim handler As TransitionEventHandler
 
AddHandler instance.TransitionBeginning, handler
public event TransitionEventHandler TransitionBeginning
Event Data

The event handler receives an argument of type TransitionEventArgs containing data related to this event. The following TransitionEventArgs properties provide information specific to this event.

PropertyDescription
Handled (Inherited from System.Windows.RoutedEventArgs)
NewContentGets the new content involved in the event.  
OldContentGets the old content involved in the event.  
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
RoutedEvent (Inherited from System.Windows.RoutedEventArgs)
Source (Inherited from System.Windows.RoutedEventArgs)
TransitionGets the transition 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

TransitionElement Class
TransitionElement Members

 

 


Send Comment