public event EventHandler<EventArgs> RowProgressStatusPublic Event RowProgressStatus As EventHandler(Of EventArgs)public:
virtual event EventHandler<EventArgs^>^ RowProgressStatus {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}function add_RowProgressStatus(value);
function remove_RowProgressStatus(value);