'宣言 Public Function New( _ ByVal displayIndex As System.Integer, _ ByVal oldValue As System.Nullable(Of Boolean), _ ByVal newValue As System.Nullable(Of Boolean) _ )
public ItemCheckEventArgs( System.int displayIndex, System.Nullable<bool> oldValue, System.Nullable<bool> newValue )