Share via


UpdateableHierarchicalView.Events property

Indicates the list of event handler delegates for the view. This property is read-only.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected ReadOnly Property Events As EventHandlerList
    Get
'Usage
Dim value As EventHandlerList

value = Me.Events
protected EventHandlerList Events { get; }

Property value

Type: System.ComponentModel.EventHandlerList

See also

Reference

UpdateableHierarchicalView class

UpdateableHierarchicalView members

Microsoft.SharePoint.WebControls namespace