public class Notifications : UserControl,
IComponentConnector
Public Class Notifications
Inherits UserControl
Implements IComponentConnector
Notifications | Constructor class. |
Count | Gets the number of notifications contained in the notification panel |
HidePanelCommand | Hide the notification panel. |
PanelVisible | Gets or sets a value indicating whether or not the notification panel is visible. |
Add | Add notification |
InitializeComponent | InitializeComponent |
Remove | Remove notification |
TogglePanel | Toggle the visibility state of the notification panel |
HyperlinkNavigate | Se produce cuando se activa la navegación de un hipervínculo asociado a una notificación |
NotificationClosed | Se produce cuando se cierra una notificación |
NotificationNotified | Se produce cuando se notifica en la interfaz de usuario una notificación |
NotificationSnoozed | Se produce cuando se pospone una notificación |
CountProperty | Identifies the dependency property Count. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |