DekGenius.com
[ Team LiB ] Previous Section Next Section

ColumnClickEventHandlerserializable

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

This is the delegate used for the ListView.ColumnClick event.

public delegate void ColumnClickEventHandler(object sender, ColumnClickEventArgs e);

Associated Events

ListView.ColumnClick()

    [ Team LiB ] Previous Section Next Section