INotificationService.CreatePredefinedNotification(String, String, String, Object, String) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
INotification CreatePredefinedNotification(
string text1,
string text2,
string text3,
object image = null,
string id = null
)
Parameters
| Name | Type |
|---|---|
| text1 | String |
| text2 | String |
| text3 | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| image | Object | null |
| id | String | null |
Returns
| Type |
|---|
| DevExpress.Mvvm.INotification |
See Also