ToastPopupAction Class

Displays a toast popup in response to a trigger event.

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

Syntax

public class ToastPopupAction : TriggerAction<FrameworkElement>
'Declaration
Public Class ToastPopupAction _
    Inherits TriggerAction(Of FrameworkElement)

Inheritance Hierarchy

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

See Also

ToastPopupAction Members

Microsoft.Practices.Prism.Interactivity.InteractionRequest Namespace