ApocEventArgs Constructor |
Initialises a new instance of the ApocEventArgs class.
Namespace: Kettic.AspNet.Controls.Toolkit.ApocAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ApocEventArgs(
string message
)
Public Sub New (
message As String
)
public:
ApocEventArgs(
String^ message
)
new :
message : string -> ApocEventArgs
Parameters
- message
- Type: SystemString
The text of the event message.
See Also