Show / Hide Table of Contents

Class ContentDialogArgs

MessageDialog Argument class that holds all needed information to display a message dialog.

Inheritance
object
DialogArgsBase<FrameworkElement, IContentDialogContext>
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>
ContentDialogArgs
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.BaselineHeight
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.BottomContent
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.BottomContentRowSpan
ContentDialogArgsBase<FrameworkElement, IContentDialogContext>.ToolBarButtonDefinitions
DialogArgsBase<FrameworkElement, IContentDialogContext>.DialogContext
DialogArgsBase<FrameworkElement, IContentDialogContext>.DialogView
DialogArgsBase<FrameworkElement, IContentDialogContext>.Owner
DialogArgsBase<FrameworkElement, IContentDialogContext>.ShowInTaskbar
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ContentDialogArgs : ContentDialogArgsBase<FrameworkElement, IContentDialogContext>

Constructors

View Source

ContentDialogArgs(object, FrameworkElement, IContentDialogContext)

Creates a new instance of the ContentDialogArgs class.

Declaration
public ContentDialogArgs(object title, FrameworkElement dialogView, IContentDialogContext contentDialogContext)
Parameters
Type Name Description
object title

The title of the content dialog.

FrameworkElement dialogView

The content of the dialog.

IContentDialogContext contentDialogContext

The data context of the dialogView.

Properties

View Source

ActiveButton

Defines the active button

Declaration
public DialogDefaultButton ActiveButton { get; set; }
Property Value
Type Description
DialogDefaultButton
View Source

DefaultButton

Defines the default button

Declaration
public DialogDefaultButton DefaultButton { get; set; }
Property Value
Type Description
DialogDefaultButton
View Source

Title

Defines the caption for the Dialog window

Declaration
public object Title { get; }
Property Value
Type Description
object

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX