Table of Contents

Interface ISnackMessage

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface ISnackMessage
Extension Methods

Methods

Show(object)

void Show(object message)

Parameters

message object

Show(object, object, Action)

void Show(object message, object actionContent, Action actionHandler)

Parameters

message object
actionContent object
actionHandler Action

ShowTime(object)

void ShowTime(object message)

Parameters

message object

Show<TArgument>(string, object, Action<TArgument>, TArgument)

void Show<TArgument>(string message, object actionContent, Action<TArgument> actionHandler, TArgument actionArgument)

Parameters

message string
actionContent object
actionHandler Action<TArgument>
actionArgument TArgument

Type Parameters

TArgument