AVEVA OMI Software Developer Kit
Members 



ArchestrA.Client.ProcessControls Namespace : TriggerToHandleInteractions Class
TriggerToHandleInteractions Class
This class stops all interactions on the associated framework element.
Syntax
'Declaration
 
<ContentPropertyAttribute("Actions")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Friend NotInheritable Class TriggerToHandleInteractions 
   Inherits System.Windows.Interactivity.TriggerBase(Of FrameworkElement)
'Usage
 
Dim instance As TriggerToHandleInteractions
[ContentProperty("Actions")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
internal sealed class TriggerToHandleInteractions : System.Windows.Interactivity.TriggerBase<FrameworkElement> 
[ContentProperty("Actions")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
internal ref class TriggerToHandleInteractions sealed : public System.Windows.Interactivity.TriggerBase<FrameworkElement> 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Freezable
            System.Windows.Media.Animation.Animatable
               System.Windows.Interactivity.TriggerBase
                  System.Windows.Interactivity.TriggerBase<T>
                     ArchestrA.Client.ProcessControls.TriggerToHandleInteractions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also