TagControls.TagContainerEventArgs Class Reference

An implementation of EventArgs which is used to generate events for the TagContainer control. More...

List of all members.

Public Types

enum  TagContainerEventType { TagAdded, TagRemoved }
 The 2 different types of events generated by the TagContainer control. More...

Public Member Functions

 TagContainerEventArgs (TagContainerEventType et)
 Constructor for the TagContainer event arguments class.

Properties

TagContainerEventType EventType [get, set]

Private Attributes

TagContainerEventType eventType


Detailed Description

An implementation of EventArgs which is used to generate events for the TagContainer control.

Definition at line 392 of file TagContainer.cs.


Member Enumeration Documentation

enum TagControls::TagContainerEventArgs::TagContainerEventType

The 2 different types of events generated by the TagContainer control.

Definition at line 397 of file TagContainer.cs.


Constructor & Destructor Documentation

TagControls.TagContainerEventArgs.TagContainerEventArgs ( TagContainerEventType  et  ) 

Constructor for the TagContainer event arguments class.

Parameters:
et Which kind of event has happened?

Definition at line 415 of file TagContainer.cs.

References TagControls.TagContainerEventArgs.eventType.


The documentation for this class was generated from the following file:
Generated on Thu Dec 21 06:26:35 2006 for SCRAML by  doxygen 1.5.1-p1