DekGenius.com
[ Team LiB ] Previous Section Next Section

LabelEditEventHandlerserializable

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

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

public delegate void LabelEditEventHandler(object sender, LabelEditEventArgs e);

Associated Events

ListView.{AfterLabelEdit(), BeforeLabelEdit()}

    [ Team LiB ] Previous Section Next Section