Dear all
I am new to C# and object oriented but not new to programming.
I have been using the xctk extended toolkit for some short time now but I can not find one very simple thing.
How can I listen for a event been triggered on the Cancel or Apply buttons for the Wizard.
In the first page it states that events exist.
I was expecting to see them when I go for example IntroPage.Cancel (and see an event)
But I do not see a method or an event.
Do I need to make a delegate and point it to a general event for example with
IntroPage.RaiseEvent? Do I need to do some Binding in xaml?
Can someone please tell me how can I access those events?
And please remember be pedagogical the shorts answer do X,Y will not help me as I am a newbie.
Best regards
Gouzgounis.
I am new to C# and object oriented but not new to programming.
I have been using the xctk extended toolkit for some short time now but I can not find one very simple thing.
How can I listen for a event been triggered on the Cancel or Apply buttons for the Wizard.
In the first page it states that events exist.
I was expecting to see them when I go for example IntroPage.Cancel (and see an event)
But I do not see a method or an event.
Do I need to make a delegate and point it to a general event for example with
IntroPage.RaiseEvent? Do I need to do some Binding in xaml?
Can someone please tell me how can I access those events?
And please remember be pedagogical the shorts answer do X,Y will not help me as I am a newbie.
Best regards
Gouzgounis.