Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
740
CSOM WebDataGrid where can I find documentation for the RowUpdatingEventArgs class?
posted

I need to know what methods are exposed by this class.  However, the online documentation has only RowUpdated.

I cannot find any documentation on RowUpdating - specifically what is contained in teh eventArgs parameter.

Parents
No Data
Reply
  • 740
    Verified Answer
    Offline posted

    I couldn't wait so I called in.

    Jason was awesome FYI.

    He pointed me to:

    CancelUpdateRowEventArgs class

    He explained the -ing events will have eventargs documented under CancelxxxxEventArgs.  Even though the event name and the cancel event class aren't named exaclty the same at least you can start looking under cancel and figure it out.

    Thanks - hope this helps someone else.

Children
No Data