AlertingEventArgs Constructor

Constructs the instance of AlertingEventArgs.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public AlertingEventArgs(
	ISessionProfile sessionProfile,
	string message,
	AlertLevel level
)

Parameters

sessionProfile  ISessionProfile
Session profile which caused the event.
message  String
Text of the message.
level  AlertLevel
Level which affects the icon in the message box.

See Also