PostCheckChangeEvent Method

Performs the necessary bubbling upon the firing of CheckChange event.

Syntax

Visual Basic  Protected   Sub 
PostCheckChangeEvent( ByVal btn As ToolbarCheckButton )
C# protected  void 
PostCheckChangeEvent(ToolbarCheckButton btn );
Managed C++ protected:  void 
PostCheckChangeEvent(ToolbarCheckButton btn );
JScript protected  function
PostCheckChangeEvent(btn : ToolbarCheckButton );

Parameters

btn Required. The source of the ToolbarCheckButton.

Return Value

No return value.

Applies To

TOOLBAR

See Also

Internet Explorer WebControls, About the Toolbar WebControl