| Stefan Goßner [MSFT] 2007-01-29, 7:18 am |
| Hi Tom,
what you want to do should not be done in a workflow event but in a custom
console action.
See here on how to implement such custom actions:
http://msdn.microsoft.com/library/d....asp?frame=true
Cheers,
Stefan
"Tom" <Tom@discussions.microsoft.com> wrote in message
news:32263047-5C2F-453C-BBA1-8117AF26D9BE@microsoft.com...
>I know about the CMS event handlers.
> I know I can intercept the events and do something else.
> So I want to intercept the event CMSPosting_Submitting(Object sender,
> ChangingEventArgs e)
> and send them to another aspx page.
> This I can do.
>
> But how do I pass the sender and the ChangingEventArgs to my new page as I
> the only way I know how to redirect is through Response.Redirect.
>
> Thanks
>
> Tom
>
>
|