CssEventHandler Delegate

Event handler delegate for CssCollection events.

Syntax

Visual Basic  Public  Delegate  Sub 
CssEventHandler(
        ByVal cssColl As CssCollection,
        ByVal e As CssEventArgs
)
C# public  delegate void 
CssEventHandler(
        CssCollection cssColl,
        CssEventArgs e
);
Managed C++ public:  __delegate void 
CssEventHandler(
        CssCollection cssColl,
        CssEventArgs e
);
JScript public  delegate function
CssEventHandler(
        cssColl : CssCollection,
        e : CssEventArgs
);

Parameters

cssColl Required. The object that fired the event.
e Required. CssEventArgs object that specifies information about the event.

Return Value

No return value.

Applies To

CssCollection

See Also

Internet Explorer WebControls