ActiveReports.Chart Request technical support
GiveFeedback Event
See Also 


Occurs during a drag operation.

Syntax

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

See Also