Re: how to write a window load event in c# for a xaml window
- From: "moondaddy" <moondaddy@xxxxxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 13:57:26 -0600
Thanks Walter.
""Walter Wang [MSFT]"" <wawang@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:bl%237rEiXIHA.6404@xxxxxxxxxxxxxxxxxxxxxxxxx
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.
.
- References:
- 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
- From: "Walter Wang [MSFT]"
- how to write a window load event in c# for a xaml window
- Prev by Date: Re: WPF textbox autogrow
- Next by Date: Re: Frustrated trying to position controls in a xaml window.
- Previous by thread: RE: how to write a window load event in c# for a xaml window
- Next by thread: DataGridView.RowPostPaint event, e.RowIndex is out of range
- Index(es):
Relevant Pages
|