EventController.name
string name() @property nothrowGet name property.
Returns
The name for this controller, typically used for debugging purposes.
void name(string propval) @property nothrowSet name property.
Parameters
propval | The name for this controller, typically used for debugging purposes. |