ActiveReports.Chart Request technical support
XYVAlueChangedEventArgs Constructor(String,String,String)
See Also 


propName
oldVal
newVal
For internal use only.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal propName As String, _
   ByVal oldVal As String, _
   ByVal newVal As String _
)
Visual Basic (Usage)Copy Code
Dim propName As String
Dim oldVal As String
Dim newVal As String
 
Dim instance As XYVAlueChangedEventArgs(propName, oldVal, newVal)
C# 
public XYVAlueChangedEventArgs( 
   string propName,
   string oldVal,
   string newVal
)

Parameters

propName
oldVal
newVal

See Also