Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an object that can invoke Actions conditionally.
Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)
'Declaration
<ContentPropertyAttribute("Actions")> _
Public MustInherit Class TriggerBase
Inherits Animatable
Implements IAttachedObject
'Usage
Dim instance As TriggerBase
[ContentPropertyAttribute("Actions")]
public abstract class TriggerBase : Animatable, IAttachedObject
[ContentPropertyAttribute(L"Actions")]
public ref class TriggerBase abstract : public Animatable, IAttachedObject
/** @attribute ContentPropertyAttribute("Actions") */
public abstract class TriggerBase extends Animatable implements IAttachedObject
ContentPropertyAttribute("Actions")
public abstract class TriggerBase extends Animatable implements IAttachedObject
This is an infrastructure class. Trigger authors should derive from Trigger<T> instead of this class.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Animation.Animatable
System.Windows.Interactivity.TriggerBase
System.Windows.Interactivity.EventTriggerBase
System.Windows.Interactivity.TriggerBase
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.