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 the CssCollection is cleared.
Syntax
Visual Basic Public Event Cleared As EventHandler C# public event EventHandler Cleared; Managed C++ public: __event EventHandler Cleared; JScript In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
Argument Object EventArgs Handler Delegate EventHandler
Applies To
CssCollection
See Also