Click or drag to resize

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.7.0.280
Syntax
C#
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