DekGenius.com
[ Team LiB ] Previous Section Next Section

TreeViewEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is a delegate for the various TreeView.AfterXXX events.

public delegate void TreeViewEventHandler(object sender, TreeViewEventArgs e);

Associated Events

TreeView.{AfterCheck(), AfterCollapse(), AfterExpand(), AfterSelect()}

    [ Team LiB ] Previous Section Next Section