ActionCollection Class

Represents a collection of IActions.

Inheritance Hierarchy

DependencyObjectCollection
  Microsoft.Xaml.Interactivity.ActionCollection

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

'Declaration
Public NotInheritable Class ActionCollection _
    Inherits DependencyObjectCollection
public sealed class ActionCollection : DependencyObjectCollection
public ref class ActionCollection sealed : public DependencyObjectCollection
[<Sealed>]
type ActionCollection =  
    class 
        inherit DependencyObjectCollection 
    end
public final class ActionCollection extends DependencyObjectCollection

The ActionCollection type exposes the following members.

Constructors

  Name Description
Public method ActionCollection Initializes a new instance of the ActionCollection class.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Xaml.Interactivity Namespace