I don't think so. CancelEventArgs (and HandledEventArgs) are both modifiable, unlike most EventArgs, and neither are Serializable. This commonality is a hint, so I think that they are worried about people using modifiable event arguments across Remoting. I can see why, as it could get pretty difficult deciding what happens when sending such an event across the network whilst at the same time also having it going to local event handlers.
|