Classes | |
| class | CommentControl |
| The Comment handling control. Used for showing a single comment to the user. More... | |
| class | CommentControlEventArgs |
| An implementation of EventArgs which is used to generate events for the CommentControl control. More... | |
| class | CommentsContainer |
| The CommentsContainer control. Used to manage a collection of threaded comments Create the control and drop it on a form, then fill it up with a whole bunch of comments. Catch the event CommentsChanged, which is fired when the collection of comments contained in the control has been changed. More... | |
| class | CommentsContainerEventArgs |
| An implementation of EventArgs which is used to generate events for the CommentsContainer control. More... | |
| class | WorkingCommentControl |
| The comment control which is actually used in the system Simpler and less abstract than the one envisioned in the CommentContainer system, this one actually works. We need working code. Thankyouverymuch. More... | |
Functions | |
| delegate void | CommentControlEventHandler (object sender, CommentControlEventArgs e) |
| The delegate which takes care of events for the CommentControl control. | |
| delegate void | CommentsContainerEventHandler (object sender, CommentsContainerEventArgs e) |
| The delegate which takes care of events for the CommentsContainer control. | |
| delegate void CommentControls.CommentControlEventHandler | ( | object | sender, | |
| CommentControlEventArgs | e | |||
| ) |
The delegate which takes care of events for the CommentControl control.
| sender | Who is sending the event? | |
| e | What type of event has happened? |
| delegate void CommentControls.CommentsContainerEventHandler | ( | object | sender, | |
| CommentsContainerEventArgs | e | |||
| ) |
The delegate which takes care of events for the CommentsContainer control.
| sender | Who is sending the event? | |
| e | What type of event has happened? |
1.5.1-p1