ItemAdded Event

Fires when a item is added to the CssCollection.

Syntax

Visual Basic  Public  Event ItemAdded As CssEventHandler
C# public   event CssEventHandler ItemAdded;
Managed C++ public:   __event CssEventHandler ItemAdded;
JScript In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

Argument Object CssEventArgs
Handler Delegate CssEventHandler

Applies To

CssCollection

See Also

Internet Explorer WebControls