DekGenius.com
[ Team LiB ] Previous Section Next Section

NodeLabelEditEventHandlerserializable

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

This is the delegate for the TreeView.BeforeLabelEdit and TreeView.AfterLabelEdit events.

public delegate void NodeLabelEditEventHandler(object sender, NodeLabelEditEventArgs e);

Associated Events

TreeView.{AfterLabelEdit(), BeforeLabelEdit()}

    [ Team LiB ] Previous Section Next Section