ArcFM Engine Developer Guide
OnTransitionAssembliesChanged(DependencyPropertyChangedEventArgs) Method


A System.Windows.DependencyPropertyChangedEventArgs containing event information.
Occurs when the value of the TransitionAssemblies property has changed.
Syntax
'Declaration
 
Protected Overridable Sub OnTransitionAssembliesChanged( _
   ByVal e As DependencyPropertyChangedEventArgs _
) 
'Usage
 
Dim instance As RandomTransitionSelector
Dim e As DependencyPropertyChangedEventArgs
 
instance.OnTransitionAssembliesChanged(e)
protected virtual void OnTransitionAssembliesChanged( 
   DependencyPropertyChangedEventArgs e
)

Parameters

e
A System.Windows.DependencyPropertyChangedEventArgs containing event information.
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

RandomTransitionSelector Class
RandomTransitionSelector Members

 

 


Send Comment