EventArgs: ToString

ToString

Returns a string representation of this object instance. The default method simply returns the application name and class name in which this class resides.

A Person class may return the persons name instead.

 Public Function ToString ( ) As String

Return Values

String - 

Remarks

See Also

Project VBCorLib Overview | Class EventArgs Overview