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