Click here to Skip to main content
15,881,092 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight on Linux(Ubuntu) Pin
ThatsAlok19-Oct-12 2:07
ThatsAlok19-Oct-12 2:07 
GeneralRe: Silverlight on Linux(Ubuntu) Pin
Mycroft Holmes19-Oct-12 13:31
professionalMycroft Holmes19-Oct-12 13:31 
AnswerRe: Silverlight on Linux(Ubuntu) Pin
ThatsAlok21-Oct-12 1:52
ThatsAlok21-Oct-12 1:52 
GeneralRe: Silverlight on Linux(Ubuntu) Pin
trønderen12-Dec-12 11:50
trønderen12-Dec-12 11:50 
GeneralRe: Silverlight on Linux(Ubuntu) Pin
Mycroft Holmes12-Dec-12 13:19
professionalMycroft Holmes12-Dec-12 13:19 
QuestionForm_Load equivalent from C#.Silverlight Pin
wizshrutz15-Oct-12 17:54
wizshrutz15-Oct-12 17:54 
AnswerRe: Form_Load equivalent from C#.Silverlight Pin
Abhinav S15-Oct-12 18:09
Abhinav S15-Oct-12 18:09 
AnswerRe: Form_Load equivalent from C#.Silverlight Pin
dbaseman23-Oct-12 17:01
dbaseman23-Oct-12 17:01 
It's the "Loaded" event.

C#
void MyUserControl_Loaded(object sender, RoutedEventArgs e)
{
}


To set up the event handler, you can use
C#
this.Loaded += MyUserControl_Loaded
in code behind, or
C#
Loaded="MyUserControl_Loaded"
in XAML
QuestionWPF PropertyGrid with Custom Editor Pin
#realJSOP15-Oct-12 10:17
mve#realJSOP15-Oct-12 10:17 
QuestionHow to draw a vertical line chart? Pin
haody007014-Oct-12 21:38
haody007014-Oct-12 21:38 
NewsWPF TreeView Problem Pin
Kevin Marois12-Oct-12 17:19
professionalKevin Marois12-Oct-12 17:19 
GeneralRe: WPF TreeView Problem Pin
Mycroft Holmes14-Oct-12 15:31
professionalMycroft Holmes14-Oct-12 15:31 
GeneralRe: WPF TreeView Problem Pin
#realJSOP15-Oct-12 11:18
mve#realJSOP15-Oct-12 11:18 
GeneralRe: WPF TreeView Problem Pin
Kevin Marois16-Oct-12 6:07
professionalKevin Marois16-Oct-12 6:07 
GeneralRe: WPF TreeView Problem Pin
#realJSOP16-Oct-12 8:42
mve#realJSOP16-Oct-12 8:42 
GeneralRe: WPF TreeView Problem Pin
Kevin Marois16-Oct-12 8:43
professionalKevin Marois16-Oct-12 8:43 
GeneralRe: WPF TreeView Problem Pin
#realJSOP17-Oct-12 4:39
mve#realJSOP17-Oct-12 4:39 
GeneralRe: WPF TreeView Problem Pin
Kevin Marois17-Oct-12 5:10
professionalKevin Marois17-Oct-12 5:10 
QuestionWPF Datagrid grouping with dynamic columns Pin
Member 93422189-Oct-12 20:45
Member 93422189-Oct-12 20:45 
AnswerRe: WPF Datagrid grouping with dynamic columns Pin
Mycroft Holmes14-Oct-12 15:35
professionalMycroft Holmes14-Oct-12 15:35 
QuestionUsing the ComponentResourceKey Pin
ElPicoso9-Oct-12 8:21
ElPicoso9-Oct-12 8:21 
QuestionSilvelight : Canvas with checkbox create in dynamically like theater sit booking Pin
Shaikh Daniyal9-Oct-12 3:06
professionalShaikh Daniyal9-Oct-12 3:06 
AnswerRe: Silvelight : Canvas with checkbox create in dynamically like theater sit booking Pin
Pete O'Hanlon9-Oct-12 3:11
mvePete O'Hanlon9-Oct-12 3:11 
QuestionByte[] of PDF into image Pin
GomathiR9-Oct-12 2:43
GomathiR9-Oct-12 2:43 
AnswerRe: Byte[] of PDF into image Pin
Pete O'Hanlon9-Oct-12 2:57
mvePete O'Hanlon9-Oct-12 2:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.