Miner.PresentationFramework Assembly > Miner.PresentationFramework.Transtions.Controls Namespace > TransitionElement Class : TransitionEnded Event |
'Declaration Public Event TransitionEnded As TransitionEventHandler
'Usage Dim instance As TransitionElement Dim handler As TransitionEventHandler AddHandler instance.TransitionEnded, handler
public event TransitionEventHandler TransitionEnded
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.
Property | Description |
---|---|
Handled | (Inherited from System.Windows.RoutedEventArgs) |
NewContent | Gets the new content involved in the event. |
OldContent | Gets 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) |
Transition | Gets the transition involved in the event. |
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.