'Declaration
<System.ComponentModel.CategoryAttribute("AJAX")> Public Event AsyncMouseUp As System.EventHandler
'Usage
Dim instance As NWebControl Dim handler As System.EventHandler AddHandler instance.AsyncMouseUp, handler
[System.ComponentModel.Category("AJAX")] public event System.EventHandler AsyncMouseUp