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