'Declaration Public Function New( _ ByVal displayIndex As Integer, _ ByVal oldValue As Nullable(Of Boolean), _ ByVal newValue As Nullable(Of Boolean) _ )
'Usage Dim displayIndex As Integer Dim oldValue As Nullable(Of Boolean) Dim newValue As Nullable(Of Boolean) Dim instance As New ItemCheckEventArgs(displayIndex, oldValue, newValue)
public ItemCheckEventArgs( int displayIndex, Nullable<bool> oldValue, Nullable<bool> newValue )