Delegate NotificationDelegate
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Used by the avalonia GL control to listen for notification coming from the model.
These notification will displayed using gui notification manager.
public delegate void NotificationDelegate(string title, string msg, GLNotificationType type = GLNotificationType.Information)
Parameters
title
stringTitle of notification.
msg
stringMessage of notification.
type
GLNotificationTypeIcon/color type of notification.