Class StdBSNotificationItemControl
Notification ontrol item to display in panel.
Inheritance
System.Object
StdBSNotificationItemControl
Namespace: StdPlatBS100
Assembly: StdPlatBS100.dll
Syntax
public class StdBSNotificationItemControl : UserControl
Constructors
StdBSNotificationItemControl(StdBENotificacao, StdPlatBS)
Create new notification item.
Declaration
public StdBSNotificationItemControl(StdBENotificacao notificacao, StdPlatBS platform)
Parameters
| Type | Name | Description |
|---|---|---|
| StdBENotificacao | notificacao | Base notification |
| StdPlatBS | platform |
Properties
Notification
Notification object.
Declaration
public StdBENotificacao Notification { get; }
Property Value
| Type | Description |
|---|---|
| StdBENotificacao |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Events
CloseNotification
Close current notification.
Declaration
public event EventHandler CloseNotification
Event Type
| Type | Description |
|---|---|
| System.EventHandler |
MarkupNotification
Link pressed in notification.
Declaration
public event StdBSNotificationItemControl.MarkupNotificationHandler MarkupNotification
Event Type
| Type | Description |
|---|---|
| StdBSNotificationItemControl.MarkupNotificationHandler |
UnderstandAllTips
Understand all the tips.
Declaration
public event EventHandler UnderstandAllTips
Event Type
| Type | Description |
|---|---|
| System.EventHandler |