Public Types | |
| enum | TagCloudEventType { TagSelected } |
| The three different types of events generated by the TagCloud control. More... | |
Public Member Functions | |
| TagCloudEventArgs (TagCloudEventType et) | |
| Constructor for the TagCloud event arguments class. | |
Properties | |
| TagCloudEventType | EventType [get, set] |
Private Attributes | |
| TagCloudEventType | eventType |
Definition at line 311 of file TagCloud.cs.
The three different types of events generated by the TagCloud control.
Definition at line 316 of file TagCloud.cs.
| TagControls.TagCloudEventArgs.TagCloudEventArgs | ( | TagCloudEventType | et | ) |
Constructor for the TagCloud event arguments class.
| et | Which kind of event has happened? |
Definition at line 333 of file TagCloud.cs.
References TagControls.TagCloudEventArgs.eventType.
1.5.1-p1