'Declaration
<DescriptionAttribute("A user defined Javascript event handler to receive a call to the Client imageClosed Event.")>
<CategoryAttribute("Client PageView Control Events")>
Public Property OnPageClosed As String
'Usage
Dim instance As PageView
Dim value As String
instance.OnPageClosed = value
value = instance.OnPageClosed