Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Windows 7 Forum Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Simple Question

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 11-18-2006   #1 (permalink)
Shawn B.
Guest


 

Simple Question

Greetings,

I'm new to WPF. I've been searching high and low in the MSDN docs but
haven't found exactly what I'm looking for but close to it, just not close
enough to answer my question.

In the WinForms world, there is a Load event or an onLoad function that you
can override in order to do things at the start of the Form but after the
page initializes. What is the equavalant for WPF?


Thanks,
Shawn



My System SpecsSystem Spec
Old 11-19-2006   #2 (permalink)
J
Guest


 

Re: Simple Question

Hello,

there is the "FrameworkContentElement.Loaded" Event.
I quote from the Windows SDK:
"Occurs when the element is laid out, rendered, and ready for
interaction. "

This is the declaration in C#:
public event RoutedEventHandler Loaded

and in XAML:
<object Loaded="RoutedEventHandler" .../>


All the best,
Andrei Iacob


Shawn B. wrote:
> Greetings,
>
> I'm new to WPF. I've been searching high and low in the MSDN docs but
> haven't found exactly what I'm looking for but close to it, just not close
> enough to answer my question.
>
> In the WinForms world, there is a Load event or an onLoad function that you
> can override in order to do things at the start of the Form but after the
> page initializes. What is the equavalant for WPF?
>
>
> Thanks,
> Shawn


My System SpecsSystem Spec
Old 11-19-2006   #3 (permalink)
J
Guest


 

Re: Simple Question

Hello,

there is the "FrameworkContentElement.Loaded" Event.
I quote from the Windows SDK:
"Occurs when the element is laid out, rendered, and ready for
interaction. "

This is the declaration in C#:
public event RoutedEventHandler Loaded

and in XAML:
<object Loaded="RoutedEventHandler" .../>


All the best,
Andrei Iacob


Shawn B. wrote:
> Greetings,
>
> I'm new to WPF. I've been searching high and low in the MSDN docs but
> haven't found exactly what I'm looking for but close to it, just not close
> enough to answer my question.
>
> In the WinForms world, there is a Load event or an onLoad function that you
> can override in order to do things at the start of the Form but after the
> page initializes. What is the equavalant for WPF?
>
>
> Thanks,
> Shawn


My System SpecsSystem Spec
Old 11-19-2006   #4 (permalink)
Zhou Yong
Guest


 

Re: Simple Question

In WPF world, We have Window.Loaded event, but unfortunately we don't have
Window.OnLoaded method.

Sheva


My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple question Phil Hunt .NET General 5 05-29-2008 04:57 PM
simple question... really! husky86 Vista General 6 10-15-2007 01:33 AM
Simple Question? vernon Vista General 62 05-04-2007 07:58 PM
a simple question =?Utf-8?B?YmlncmlnMDcyNA==?= Vista General 5 10-07-2006 12:30 PM
Simple Question Sebastian Avalon 1 04-01-2006 05:24 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51