'DeclarationPublic Event ColumnNotify As NTreeListColumnNotifyEventHandler
'UsageDim instance As NTreeList Dim handler As NTreeListColumnNotifyEventHandler AddHandler instance.ColumnNotify, handler
public event NTreeListColumnNotifyEventHandler ColumnNotify