DekGenius.com
[ Team LiB ] Previous Section Next Section

TreeViewCancelEventHandlerserializable

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

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

public delegate void TreeViewCancelEventHandler(object sender, TreeViewCancelEventArgs e);

Associated Events

TreeView.{BeforeCheck(), BeforeCollapse(), BeforeExpand(), BeforeSelect()}

    [ Team LiB ] Previous Section Next Section