RgfToastEventArgsRecreateToastWithStatus Method

Note: This API is now obsolete.

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.16.0.10131
C#
[ObsoleteAttribute("Use Recreate method instead.")]
public static RgfToastEventArgs RecreateToastWithStatus(
	RgfToastEventArgs toast,
	string status,
	RgfToastType toastType = RgfToastType.Default,
	int? delay = null
)

Parameters

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

Return Value

RgfToastEventArgs

See Also