ItemRemoved Event
Fires when a an item is removed from the CssCollection.
Syntax
Visual Basic Public Event ItemRemoved As CssEventHandler C# public event CssEventHandler ItemRemoved; Managed C++ public: __event CssEventHandler ItemRemoved; 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