C# Класс 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.
Наследование: PopupDialogActionBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ContentTemplateProperty DependencyProperty
MessageDialogProperty DependencyProperty

Защищенные методы

Метод Описание
GetMessageDialog ( INotification notification ) : MessageDialog

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

Приватные методы

Метод Описание
CreateDefaultWindow ( INotification notification ) : MessageDialog

Описание методов

GetMessageDialog() защищенный Метод

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.
Результат Windows.UI.Popups.MessageDialog

Описание свойств

ContentTemplateProperty публичное статическое свойство

The DataTemplate to apply to the popup content.
public static DependencyProperty ContentTemplateProperty
Результат DependencyProperty

MessageDialogProperty публичное статическое свойство

The child window to display as part of the popup.
public static DependencyProperty MessageDialogProperty
Результат DependencyProperty