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
115
ActiveResourceChanging and ActiveResourceChanged Client Side Events
posted

I have dug through pages of CSOM documentation and can't find anything on the ActiveResourceChanging and ActiveResourceChanged Client Side Events in the WebScheduleInfo object.

Can anyone tell me what parameters that even passes so I can build a function to capture it?

Parents
No Data
Reply
  • 115
    Verified Answer
    posted

    nevermind, found it myself...

     

     

    function

     

     

    wsi_ActiveResourceChanging(oScheduleInfo, oEvent, newResKey) {

     

     

    //Add code to handle your event here.

    }

Children
No Data