CssEventArgs Method
Initializes a new instance of CssEventArgs.
Syntax
Visual Basic Public Sub
CssEventArgs(
ByVal sName As string,
ByVal sValue As string
)C# public void
CssEventArgs(
string sName,
string sValue
);Managed C++ public: void
CssEventArgs(
string sName,
string sValue
);JScript public function
CssEventArgs(
sName : string,
sValue : string
);
Parameters
sName Required. Name of the attribute. sValue Required. The value.
Return Value
No return value.
Applies To
CssEventArgs
See Also