Table of Contents

Class SnackbarMessage

Namespace
HeBianGu.Control.Message
Assembly
HeBianGu.Control.Message.dll

Defines the content of a message within a Snackbar. Primary content should be set via the standard SnackbarMessage.Content property. Where an action is allowed, content can be provided in ActionContent. Standard button properties are provided for actions, includiing ActionCommand.

[TypeConverter(typeof(SnackbarMessageTypeConverter))]
[TemplatePart(Name = "PART_ActionButton", Type = typeof(ButtonBase))]
public class SnackbarMessage : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
SnackbarMessage
Implements
Inherited Members
Extension Methods

Fields

ActionButtonPartName

public const string ActionButtonPartName = "PART_ActionButton"

Field Value

string

ActionClickEvent

Event correspond to left mouse button click on the Action button.

public static readonly RoutedEvent ActionClickEvent

Field Value

RoutedEvent

ActionCommandParameterProperty

public static readonly DependencyProperty ActionCommandParameterProperty

Field Value

DependencyProperty

ActionCommandProperty

public static readonly DependencyProperty ActionCommandProperty

Field Value

DependencyProperty

ActionContentProperty

public static readonly DependencyProperty ActionContentProperty

Field Value

DependencyProperty

ActionContentStringFormatProperty

public static readonly DependencyProperty ActionContentStringFormatProperty

Field Value

DependencyProperty

ActionContentTemplateProperty

public static readonly DependencyProperty ActionContentTemplateProperty

Field Value

DependencyProperty

ActionContentTemplateSelectorProperty

public static readonly DependencyProperty ActionContentTemplateSelectorProperty

Field Value

DependencyProperty

Properties

ActionCommand

public ICommand ActionCommand { get; set; }

Property Value

ICommand

ActionCommandParameter

public object ActionCommandParameter { get; set; }

Property Value

object

ActionContent

public object ActionContent { get; set; }

Property Value

object

ActionContentStringFormat

public string ActionContentStringFormat { get; set; }

Property Value

string

ActionContentTemplate

public DataTemplate ActionContentTemplate { get; set; }

Property Value

DataTemplate

ActionContentTemplateSelector

public DataTemplateSelector ActionContentTemplateSelector { get; set; }

Property Value

DataTemplateSelector

Methods

OnActionClick()

protected virtual void OnActionClick()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

Events

ActionClick

Add / Remove ActionClickEvent handler

public event RoutedEventHandler ActionClick

Event Type

RoutedEventHandler

Operators

implicit operator SnackbarMessage(string)

public static implicit operator SnackbarMessage(string v)

Parameters

v string

Returns

SnackbarMessage