![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | <EventTrigger RoutedEvent="Button.Click"> I have an idea, but I dont know how to realise it in XAML. The online dokumentation gives not really an anser to my problem. So, what will I do? I try to call a custom Class, Property or Methode (with whatever it works) with an Trigger (EventTrigger, ActionTrigger or whatever it works) <Button x:Name="MyButton" Content="Button"> <Button.Triggers> <EventTrigger RoutedEvent="Button.Click"> <UseMyClass> </UseMyClass> </EventTrigger> </Button.Triggers> </Button> How can I do that? Thanks for support. Horst |
My System Specs![]() |
| | #2 (permalink) |
| | Re: <EventTrigger RoutedEvent="Button.Click"> You can call a custom property with: <Setter PropertyName="" Value=""/> There is a whole family of XSetter's Not sure about methods, and classes are not executable per se unless you count a main() method, in which case you wouldn't have to support "class execution" anyway since method execution would cover it via the main(). |
My System Specs![]() |
| | #3 (permalink) |
| | Re: <EventTrigger RoutedEvent="Button.Click"> Why not try something simple like: <Button x:Name="MyButton" Content="Button" Click="MyOnClickMethod" /> With an implemention of MyOnClickMethod in your code behind: void Click="MyOnClickMethod"(object sender, RoutedEventArgs rea) { // Do your stuff } Luc Horst Klein wrote: > I have an idea, but I dont know how to realise it in XAML. > The online dokumentation gives not really an anser to my problem. > > So, what will I do? > > I try to call a custom Class, Property or Methode (with whatever it works) > with an Trigger (EventTrigger, ActionTrigger or whatever it works) > > <Button x:Name="MyButton" Content="Button"> > <Button.Triggers> > <EventTrigger RoutedEvent="Button.Click"> > <UseMyClass> > > </UseMyClass> > </EventTrigger> > </Button.Triggers> > </Button> > > How can I do that? > > Thanks for support. > Horst |
My System Specs![]() |
| | #4 (permalink) |
| | Re: <EventTrigger RoutedEvent="Button.Click"> This way I can't go, because I use loose-XAMLs. And code behinde is not usable for our Application! Horst |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| "right click" and "open" on an icon does not start the program! | Vista General | |||
| Adressbook under "To:/Cc:" is not the same as under the button "Contacts". | Vista mail | |||
| 3xQ - "New Folder" button?, "- Shortcut" suffix, Preview bug? | Vista file management | |||
| Start Menu - when I click on the "pictures" button nothing happens | Vista file management | |||