Class ApocEventArgs
A class containing event data for the Error, Warning and Info events defined in ApocDriver.
Inheritance
Inherited Members
Namespace: Telerik.Apoc
Assembly: TelerikData.dll
Syntax
public class ApocEventArgs : EventArgs
Constructors
ApocEventArgs(String)
Initialises a new instance of the ApocEventArgs class.
Declaration
public ApocEventArgs(string message)
Parameters
System.String
message
The text of the event message. |
Methods
GetMessage()
Retrieves the event message.
Declaration
public string GetMessage()
Returns
System.String
A string which may be null. |
ToString()
Converts this ApocEventArgs to a string.
Declaration
public override string ToString()
Returns
System.String
A string representation of this class which is identical to GetMessage(). |