DekGenius.com
[ Team LiB ] Previous Section Next Section

NavigateEventHandlerserializable

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

This is the delegate for the DataGrid.Navigate event.

public delegate void NavigateEventHandler(object sender, NavigateEventArgs ne);

Associated Events

DataGrid.Navigate()

    [ Team LiB ] Previous Section Next Section