RE: how to write a window load event in c# for a xaml window
- From: wawang@xxxxxxxxxxxxxxxxxxxx ("Walter Wang [MSFT]")
- Date: Thu, 24 Jan 2008 00:36:25 GMT
Hi,
You can use the Window's Loaded event:
<Window x:Class=... Loaded="Window_Loaded">
...
private void Window_Loaded(object sender, RoutedEventArgs e)
{
}
Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: how to write a window load event in c# for a xaml window
- From: moondaddy
- Re: how to write a window load event in c# for a xaml window
- References:
- how to write a window load event in c# for a xaml window
- From: moondaddy
- how to write a window load event in c# for a xaml window
- Prev by Date: Re: Disable autorepeat
- Next by Date: Re: Internal Error 2908. {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}
- Previous by thread: how to write a window load event in c# for a xaml window
- Next by thread: Re: how to write a window load event in c# for a xaml window
- Index(es):
Relevant Pages
|