Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please help me. don't working save button Pin
bayaa6-Mar-14 16:09
bayaa6-Mar-14 16:09 
GeneralRe: Please help me. don't working save button Pin
bayaa6-Mar-14 16:10
bayaa6-Mar-14 16:10 
AnswerRe: Please help me. don't working save button Pin
Member 104046945-Mar-14 21:18
Member 104046945-Mar-14 21:18 
GeneralRe: Please help me. don't working save button Pin
bayaa6-Mar-14 15:55
bayaa6-Mar-14 15:55 
GeneralRe: Please help me. don't working save button Pin
bayaa6-Mar-14 19:29
bayaa6-Mar-14 19:29 
GeneralRe: Please help me. don't working save button Pin
bayaa6-Mar-14 19:52
bayaa6-Mar-14 19:52 
QuestionInheriting binding list Pin
Gilbert Consellado4-Mar-14 21:52
professionalGilbert Consellado4-Mar-14 21:52 
AnswerRe: Inheriting binding list Pin
BobJanova5-Mar-14 0:56
BobJanova5-Mar-14 0:56 
Implementing INotifyPropertyChanged on your item class (e.g. Person) will cause a BindingList to fire ListChanged (subtype ItemChanged) events whenever your object fires a property notification event (usually in property setters). You can then hook up to that to store a list of what's been touched. It will also ensure that whatever you bind the list to in your UI will get updated when the items actually change.

Putting INotifyPropertyChanged on your domain objects is a bit ugly but I think it's the right way to go here.
GeneralRe: Inheriting binding list Pin
Gilbert Consellado5-Mar-14 22:19
professionalGilbert Consellado5-Mar-14 22:19 
GeneralRe: Inheriting binding list Pin
Gilbert Consellado5-Mar-14 22:42
professionalGilbert Consellado5-Mar-14 22:42 
GeneralRe: Inheriting binding list Pin
BobJanova6-Mar-14 6:10
BobJanova6-Mar-14 6:10 
GeneralRe: Inheriting binding list Pin
Gilbert Consellado6-Mar-14 22:05
professionalGilbert Consellado6-Mar-14 22:05 
AnswerRe: Inheriting binding list Pin
Eddy Vluggen6-Mar-14 7:10
professionalEddy Vluggen6-Mar-14 7:10 
GeneralRe: Inheriting binding list Pin
Gilbert Consellado6-Mar-14 22:25
professionalGilbert Consellado6-Mar-14 22:25 
QuestionIs C# is fully object oriented or not? Pin
Member 102864334-Mar-14 21:48
Member 102864334-Mar-14 21:48 
AnswerRe: Is C# is fully object oriented or not? Pin
Peter Leow4-Mar-14 21:59
professionalPeter Leow4-Mar-14 21:59 
GeneralRe: Is C# is fully object oriented or not? Pin
BobJanova5-Mar-14 0:39
BobJanova5-Mar-14 0:39 
AnswerRe: Is C# is fully object oriented or not? Pin
OriginalGriff4-Mar-14 22:14
mveOriginalGriff4-Mar-14 22:14 
AnswerRe: Is C# is fully object oriented or not? Pin
BillWoodruff4-Mar-14 23:08
professionalBillWoodruff4-Mar-14 23:08 
GeneralRe: Is C# is fully object oriented or not? Pin
harold aptroot5-Mar-14 1:21
harold aptroot5-Mar-14 1:21 
JokeRe: Is C# is fully object oriented or not? PinPopular
Wayne Gaylard5-Mar-14 1:37
professionalWayne Gaylard5-Mar-14 1:37 
GeneralRe: Is C# is fully object oriented or not? Pin
harold aptroot5-Mar-14 1:39
harold aptroot5-Mar-14 1:39 
GeneralRe: Is C# is fully object oriented or not? Pin
OriginalGriff5-Mar-14 1:56
mveOriginalGriff5-Mar-14 1:56 
GeneralRe: Is C# is fully object oriented or not? Pin
Wayne Gaylard5-Mar-14 1:58
professionalWayne Gaylard5-Mar-14 1:58 
GeneralRe: Is C# is fully object oriented or not? Pin
lukeer5-Mar-14 3:07
lukeer5-Mar-14 3:07 

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.