Documentation Project
ErrorEventHandler Delegate
Syntax
Collapse All
Represents the method that will handle an event that report an error.
Namespace:
Cake3
Assembly:
Cake3
Syntax
C#
public delegate void ErrorEventHandler ( object
sender
, ErrorEventArgs
e
)
Parameters
sender
There is no description.
e
There is no description.
Top
Generated by
ImmDoc .NET
.