dotnetCHARTING Send comments on this topic.
ErrorProcessing Event
See Also 
dotnetCHARTING Namespace > Chart Class : ErrorProcessing Event


Syntax

Visual Basic (Declaration)  
Public Event ErrorProcessing() As ErrorProcessingEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As ErrorProcessingEventHandler
 
AddHandler instance.ErrorProcessing, handler
C#  
public event ErrorProcessingEventHandler ErrorProcessing()

See Also