Class SnackbarMessage
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
ActionClickEvent
Event correspond to left mouse button click on the Action button.
public static readonly RoutedEvent ActionClickEvent
Field Value
ActionCommandParameterProperty
public static readonly DependencyProperty ActionCommandParameterProperty
Field Value
ActionCommandProperty
public static readonly DependencyProperty ActionCommandProperty
Field Value
ActionContentProperty
public static readonly DependencyProperty ActionContentProperty
Field Value
ActionContentStringFormatProperty
public static readonly DependencyProperty ActionContentStringFormatProperty
Field Value
ActionContentTemplateProperty
public static readonly DependencyProperty ActionContentTemplateProperty
Field Value
ActionContentTemplateSelectorProperty
public static readonly DependencyProperty ActionContentTemplateSelectorProperty
Field Value
Properties
ActionCommand
public ICommand ActionCommand { get; set; }
Property Value
ActionCommandParameter
public object ActionCommandParameter { get; set; }
Property Value
ActionContent
public object ActionContent { get; set; }
Property Value
ActionContentStringFormat
public string ActionContentStringFormat { get; set; }
Property Value
ActionContentTemplate
public DataTemplate ActionContentTemplate { get; set; }
Property Value
ActionContentTemplateSelector
public DataTemplateSelector ActionContentTemplateSelector { get; set; }
Property Value
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
Operators
implicit operator SnackbarMessage(string)
public static implicit operator SnackbarMessage(string v)
Parameters
v
string