Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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