search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

What is the purpose of Data property in Daypilot event

Asked by Vijith
13 years ago.
What is the purpose of having the Data property in daypilot event. I could not find the details in the daypilot documentation. Also what value is got from this property.
Comment posted by Dan Letecky
13 years ago.

It's useful for sending custom data when you call the server-side events manually.

dps.commandCallBack('command', 'yourdata');

Here, 'yourdata' will be available in e.Data in the Command event handler on the server side. You can even send more complex objects.

See also:

www.daypilot.org/daypilotscheduler-sending-custom-data.html

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.