HyperlinkAction Members

The following tables list the members exposed by the HyperlinkAction type.

Public Constructors

  Name Description
HyperlinkAction Initializes a new instance of the TriggerAction`1 class.

Top

Public Fields

  Name Description
public fieldstatic IsEnabledProperty  (Inherited from TriggerAction)
public fieldstatic NavigateUriProperty  
public fieldstatic TargetWindowProperty  

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Dispatcher  (Inherited from DependencyObject)
public property IsEnabled  Gets or sets a value indicating whether this action will run when invoked. This is a dependency property.  (Inherited from TriggerAction)
public property NavigateUri  
public property TargetWindow  

Top

Protected Properties

  Name Description
protected property AssociatedObject  Gets the object to which this TriggerAction`1 is attached.  (Inherited from TriggerAction)
protected property AssociatedObjectTypeConstraint  Gets the associated object type constraint.  (Inherited from TriggerAction)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Attach  (Inherited from TriggerAction)
public method CheckAccess  (Inherited from DependencyObject)
public method ClearValue  (Inherited from DependencyObject)
public method Detach  Detaches this instance from its associated object.  (Inherited from TriggerAction)
public method Equals  Overloaded. (Inherited from Object)
public method GetAnimationBaseValue  (Inherited from DependencyObject)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method GetValue  (Inherited from DependencyObject)
public method ReadLocalValue  (Inherited from DependencyObject)
public methodstatic ReferenceEquals  (Inherited from Object)
public method SetValue  (Inherited from DependencyObject)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method Invoke Overridden.  
protected method MemberwiseClone  (Inherited from Object)
protected method OnAttached  Called after the action is attached to an AssociatedObject.  (Inherited from TriggerAction)
protected method OnDetaching  Called when the action is being detached from its AssociatedObject, but before it has actually occurred.  (Inherited from TriggerAction)

Top

Explicit Interface Implementations

  Name Description
System.Windows.Interactivity.IAttachedObject.AssociatedObject  Gets the object to which this TriggerAction`1 is attached.  (Inherited from TriggerAction)

Top

See Also

Reference

HyperlinkAction Class
Microsoft.Expression.Interactivity.Core Namespace