EmployeesRowChangeEvent</h4>
   class EmployeesRowChangeEvent : public System::EventArgs {
              
              private: Ex22_05::DataSet1::EmployeesRow^  eventRow;
              
              private: System::Data::DataRowAction eventAction;
              
              public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
              EmployeesRowChangeEvent(Ex22_05::DataSet1::EmployeesRow^  row, System::Data::DataRowAction action);
              public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
               property Ex22_05::DataSet1::EmployeesRow^  Row {
                  Ex22_05::DataSet1::EmployeesRow^  get();
              }
              
              public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
               property System::Data::DataRowAction Action {
                  System::Data::DataRowAction get();
              }
          };