Xceed Toolkit Plus for WPF v4.6 Documentation
Enqueue(Object,Object,Action,Boolean) Method


Xceed.Wpf.Themes.MaterialDesign Assembly > Xceed.Wpf.Themes.MaterialDesign Namespace > ISnackbarMessageQueue Interface > Enqueue Method : Enqueue(Object,Object,Action,Boolean) Method
Syntax
'Declaration
 
Overloads Sub Enqueue( _
   ByVal content As Object, _
   ByVal actionContent As Object, _
   ByVal actionHandler As Action, _
   ByVal promote As Boolean _
) 
'Usage
 
Dim instance As ISnackbarMessageQueue
Dim content As Object
Dim actionContent As Object
Dim actionHandler As Action
Dim promote As Boolean
 
instance.Enqueue(content, actionContent, actionHandler, promote)
void Enqueue( 
   object content,
   object actionContent,
   Action actionHandler,
   bool promote
)

Parameters

content
actionContent
actionHandler
promote
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISnackbarMessageQueue Interface
ISnackbarMessageQueue Members
Overload List