CategoryActionHandler Class

Obsolete.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.Portal.Search.Admin.WebControls.CategoryActionHandler

Namespace:  Microsoft.SharePoint.Portal.Search.Admin.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class CategoryActionHandler _
    Inherits Control _
    Implements IPostBackEventHandler
'Usage
Dim instance As CategoryActionHandler
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class CategoryActionHandler : Control, 
    IPostBackEventHandler

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CategoryActionHandler Members

Microsoft.SharePoint.Portal.Search.Admin.WebControls Namespace