Share via


PopupChildWindowAction Class

Concrete class that pops up a specified child window or a default child window configured with a data template.

Namespace:  Microsoft.Practices.Prism.Interactivity.InteractionRequest
Assembly:  Microsoft.Practices.Prism.Interactivity (in Microsoft.Practices.Prism.Interactivity.dll)

Syntax

public class PopupChildWindowAction : PopupChildWindowActionBase
'Declaration
Public Class PopupChildWindowAction _
    Inherits PopupChildWindowActionBase

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.Interactivity.TriggerAction
      System.Windows.Interactivity.TriggerAction<FrameworkElement>
        Microsoft.Practices.Prism.Interactivity.InteractionRequest.PopupChildWindowActionBase
          Microsoft.Practices.Prism.Interactivity.InteractionRequest.PopupChildWindowAction

See Also

PopupChildWindowAction Members

Microsoft.Practices.Prism.Interactivity.InteractionRequest Namespace