RgfToastEventCreateActionEvent(String, String, String, String, RgfToastType, NullableInt32) Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.12.0.11119
C#
public static RgfToastEvent CreateActionEvent(
	string status,
	string title,
	string action,
	string message,
	RgfToastType toastType = RgfToastType.Default,
	int? delay = null
)

Parameters

status  String
 
title  String
 
action  String
 
message  String
 
toastType  RgfToastType  (Optional)
 
delay  NullableInt32  (Optional)
 

Return Value

RgfToastEvent

See Also