Maybe you'll need it someday, maybe you've done it, maybe not :) But I needed to raise an event from a usercontrol, which had to be handled in the containing page. Why? Because I created a RowFilter for a DataView in the usercontrol, and this DataView needs to be bound to a DataGrid on the page. There...