C# Class Microsoft.Practices.Prism.Interactivity.InteractionRequest.PopupMessageDialogAction

Concrete class that pops up a specified child window or a default child window configured with a data template.
Inheritance: PopupDialogActionBase
显示文件 Open project: xperiandri/PortablePrism

Public Properties

Property Type Description
ContentTemplateProperty DependencyProperty
MessageDialogProperty DependencyProperty

Protected Methods

Method Description
GetMessageDialog ( INotification notification ) : MessageDialog

Returns the child window to display as part of the trigger action.

Private Methods

Method Description
CreateDefaultWindow ( INotification notification ) : MessageDialog

Method Details

GetMessageDialog() protected method

Returns the child window to display as part of the trigger action.
protected GetMessageDialog ( INotification notification ) : MessageDialog
notification INotification The notification to display in the child window.
return Windows.UI.Popups.MessageDialog

Property Details

ContentTemplateProperty public_oe static_oe property

The DataTemplate to apply to the popup content.
public static DependencyProperty ContentTemplateProperty
return DependencyProperty

MessageDialogProperty public_oe static_oe property

The child window to display as part of the popup.
public static DependencyProperty MessageDialogProperty
return DependencyProperty