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