RgfToastEventArgsExtensionsRecreate(RgfToastEventArgs, String, NullableRgfToastType, String, String, NullableInt32, IRgfProgressArgs, NullableRgfProgressType) Method
Namespace: Recrovit.RecroGridFramework.Client.EventsAssembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.16.0.10131
public static RgfToastEventArgs Recreate(
this RgfToastEventArgs toast,
string? status = null,
RgfToastType? toastType = null,
string? title = null,
string? body = null,
int? delay = null,
IRgfProgressArgs? progressArgs = null,
RgfProgressType? progressType = null
)
- toast RgfToastEventArgs
-
- status String (Optional)
-
- toastType NullableRgfToastType (Optional)
-
- title String (Optional)
-
- body String (Optional)
-
- delay NullableInt32 (Optional)
-
- progressArgs IRgfProgressArgs (Optional)
-
- progressType NullableRgfProgressType (Optional)
-
RgfToastEventArgsIn Visual Basic and C#, you can call this method as an instance method on any object of type
RgfToastEventArgs. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).