'Declaration
Public Event ColumnNotify As NTreeListColumnNotifyEventHandler
'Usage
Dim instance As NTreeList Dim handler As NTreeListColumnNotifyEventHandler AddHandler instance.ColumnNotify, handler
public event NTreeListColumnNotifyEventHandler ColumnNotify