Click or drag to resize
ApocEventArgs Constructor
Initialises a new instance of the ApocEventArgs class.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ApocEventArgs(
	string message
)

Parameters

message
Type: SystemString
The text of the event message.
See Also