RgfToastEvent Constructor

Initializes a new instance of the RgfToastEvent class

Definition

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

Parameters

title  String
 
body  String
 
toastType  RgfToastType  (Optional)
 
delay  NullableInt32  (Optional)
 
status  String  (Optional)
 

See Also