ActiveReports.Chart Request technical support
CausesValidationChanged Event
See Also 


Occurs when the value of the CausesValidation property changes.

Syntax

Visual Basic (Declaration) 
Public Event CausesValidationChanged() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim handler As EventHandler
 
AddHandler instance.CausesValidationChanged, handler
C# 
public event EventHandler CausesValidationChanged()

See Also