Alvas.Scriptor Class Library
Scriptor.CompilerErrorsEventHandler Delegate
[Visual Basic]
Public Delegate Sub Scriptor.CompilerErrorsEventHandler( _
ByVal
sender
As
Object
, _
ByVal
e
As
CompilerErrorsEventArgs
_
)
[C#]
public delegate void Scriptor.CompilerErrorsEventHandler(
object
sender
,
CompilerErrorsEventArgs
e
);
Requirements
Namespace:
Alvas.Script
Assembly:
Alvas.Scriptor (in Alvas.Scriptor.dll)
See Also
Alvas.Script Namespace