C# Class AnonymousMethods.CarEventArgs

Inheritance: EventArgs
Mostrar archivo Open project: Apress/pro-c-sharp-9-w-.net-core-5

Public Properties

Property Type Description
msg string

Public Methods

Method Description
CarEventArgs ( string message ) : System

Method Details

CarEventArgs() public method

public CarEventArgs ( string message ) : System
message string
return System

Property Details

msg public_oe property

public string msg
return string