Public Types | |
| enum | CommentControlEventType { Reply, Edit, Delete } |
| The three different types of events generated by the CommentControl control. More... | |
Public Member Functions | |
| CommentControlEventArgs (CommentControlEventType et) | |
| Constructor for the CommentControl event arguments class. | |
Properties | |
| CommentControlEventType | EventType [get, set] |
Private Attributes | |
| CommentControlEventType | eventType |
Definition at line 230 of file CommentControl.cs.
The three different types of events generated by the CommentControl control.
Definition at line 235 of file CommentControl.cs.
| CommentControls.CommentControlEventArgs.CommentControlEventArgs | ( | CommentControlEventType | et | ) |
Constructor for the CommentControl event arguments class.
| et | Which kind of event has happened? |
Definition at line 254 of file CommentControl.cs.
References CommentControls.CommentControlEventArgs.eventType.
1.5.1-p1