looking for sample code which raise event on button click from user control to my windows form with multiple int type value.
means user control sent many int type value to winform when raise event and winform will capture those value and show in label. thanks