I want to create an event handler for the Logon event of OnlineStatusModule. The event handler needs to find out what user logged on. Can this be done? I don't really understand the structure of the StarSuiteEventArgs object delivered with the event. Or is there an other event or method that I can use?
I looked at the event args using a breakpoint in VS and found out that the Object property in the StarSuiteEventArgs was a boxed User object (at least when the sender is OnlineStatusModule.Logon). So the problem is solved.