RgfToastEventRecreateToastWithStatus 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 RecreateToastWithStatus(
	RgfToastEvent toast,
	string status,
	RgfToastType toastType = RgfToastType.Default,
	int? delay = null
)

Parameters

toast  RgfToastEvent
 
status  String
 
toastType  RgfToastType  (Optional)
 
delay  NullableInt32  (Optional)
 

Return Value

RgfToastEvent

See Also