'Declaration Public Overloads Sub Enqueue( _ ByVal content As Object, _ ByVal actionContent As Object, _ ByVal actionHandler As Action, _ ByVal promote As Boolean _ )
'Usage Dim instance As SnackbarMessageQueue Dim content As Object Dim actionContent As Object Dim actionHandler As Action Dim promote As Boolean instance.Enqueue(content, actionContent, actionHandler, promote)
public void Enqueue( object content, object actionContent, Action actionHandler, bool promote )
Parameters
- content
- actionContent
- actionHandler
- promote