FormActMainNotificationAdd Method |
Add a notification to the main window Notifications tab
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public void NotificationAdd(
string TitleText,
string MessageText,
EventHandler ShowCallback = null,
Object SenderObject = null
)
Parameters
- TitleText
- Type: SystemString
Notification title - MessageText
- Type: SystemString
Notification body message - ShowCallback (Optional)
- Type: SystemEventHandler
Event handler to execute when the Show button is clicked - SenderObject (Optional)
- Type: SystemObject
Object sent as the sender for the event
See Also