Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
QuestionRe: BackgroundWorker doesn't trigger ProgressChanged event Pin
Jayman36919-Feb-08 9:46
Jayman36919-Feb-08 9:46 
GeneralRe: BackgroundWorker doesn't trigger ProgressChanged event Pin
DaveyM6919-Feb-08 10:09
professionalDaveyM6919-Feb-08 10:09 
GeneralRe: BackgroundWorker doesn't trigger ProgressChanged event Pin
Scott Dorman21-Feb-08 5:17
professionalScott Dorman21-Feb-08 5:17 
Generalmasked textbox cursor Pin
NewToAspDotNet19-Feb-08 5:59
NewToAspDotNet19-Feb-08 5:59 
GeneralRe: masked textbox cursor Pin
Skippums19-Feb-08 6:30
Skippums19-Feb-08 6:30 
QuestionItems in ListView changed [modified] Pin
C-Scharbe19-Feb-08 5:16
C-Scharbe19-Feb-08 5:16 
GeneralRe: Items in ListView changed Pin
LongRange.Shooter19-Feb-08 7:17
LongRange.Shooter19-Feb-08 7:17 
GeneralRe: Items in ListView changed Pin
DaveyM6919-Feb-08 7:21
professionalDaveyM6919-Feb-08 7:21 
Do you mean the collection being changed (i.e. an item added) or an item in the collection?

If the first then not specifically for an Item(s) being added. The Invalidated event is raised but it's raised for other things too so may not be useful.

You could create your own class that inherits from ListView.ListViewItemCollection and override the Add method and raise your own event in there, or simply create your own event elsewhere and raise it every time you call the Add or AddRange methods.

You may need to do the same for the remove methods and clear methods as well.

Dave

GeneralRe: Items in ListView changed Pin
C-Scharbe19-Feb-08 20:32
C-Scharbe19-Feb-08 20:32 
QuestionThe origin of menu keywords Pin
Jitse19-Feb-08 4:32
Jitse19-Feb-08 4:32 
GeneralRe: The origin of menu keywords Pin
DaveyM6919-Feb-08 4:59
professionalDaveyM6919-Feb-08 4:59 
GeneralRe: The origin of menu keywords Pin
Luc Pattyn19-Feb-08 5:17
sitebuilderLuc Pattyn19-Feb-08 5:17 
GeneralRe: The origin of menu keywords Pin
Jitse19-Feb-08 5:50
Jitse19-Feb-08 5:50 
GeneralRe: The origin of menu keywords Pin
Gareth H19-Feb-08 6:02
Gareth H19-Feb-08 6:02 
GeneralRe: The origin of menu keywords Pin
Jitse19-Feb-08 7:16
Jitse19-Feb-08 7:16 
QuestionIntercept or stop console output Pin
Anthony Grescavage19-Feb-08 3:44
Anthony Grescavage19-Feb-08 3:44 
GeneralRe: Intercept or stop console output Pin
Judah Gabriel Himango19-Feb-08 5:03
sponsorJudah Gabriel Himango19-Feb-08 5:03 
GeneralRe: Intercept or stop console output Pin
PIEBALDconsult19-Feb-08 8:31
mvePIEBALDconsult19-Feb-08 8:31 
QuestionHow to block IP address on network Pin
Tahir Abbasi19-Feb-08 3:26
Tahir Abbasi19-Feb-08 3:26 
AnswerRe: How to block IP address on network Pin
Judah Gabriel Himango19-Feb-08 5:00
sponsorJudah Gabriel Himango19-Feb-08 5:00 
AnswerRe: How to block IP address on network Pin
Pete O'Hanlon19-Feb-08 10:48
mvePete O'Hanlon19-Feb-08 10:48 
GeneralAccessing a usb bluetooth dongle Pin
krazztea19-Feb-08 3:01
krazztea19-Feb-08 3:01 
GeneralRe: Accessing a usb bluetooth dongle Pin
Judah Gabriel Himango19-Feb-08 4:58
sponsorJudah Gabriel Himango19-Feb-08 4:58 
QuestionHow to save and retrive images from ms-access database Pin
avvaru.murali19-Feb-08 2:48
avvaru.murali19-Feb-08 2:48 
GeneralRe: How to save and retrive images from ms-access database Pin
J a a n s19-Feb-08 3:25
professionalJ a a n s19-Feb-08 3:25 

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.