Wizard to Application communications

Wizard for WPF Forum

Posted 16 years ago by Mark Attwood
Version: 4.5.0470
Avatar
The excellent SampleApplication does not get into any detail, as far as I can see, about how information is passed back from a wizard to the application that creates it.

Clearly there are a number of possibilities but my question is can anyone suggest what has worked well for them e.g. data binding, passing back a class on the finish event etc.

Many Thanks in Advance

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mark,

Well as you said there are a number of ways to do that sort of thing. If you open a Window modally (ShowDialog) with a wizard on it, you can add a property such as Result to the Window class itself and just check that in your code that called ShowDialog. That is probably the easiest way to do it.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.