Use this constructor to initialize the event arguments
object with the custom event fields
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public MessageEventArgs( string message ) |
Visual Basic |
---|
Public Sub New ( message As String ) |
Parameters
- message
- Type: System..::..String