DekGenius.com
[ Team LiB ] Previous Section Next Section

ListChangedEventHandlerserializable

System.ComponentModel (system.dll)delegate

This is a delegate for the IBindingList.ListChanged event.

public delegate void ListChangedEventHandler(object sender,
        ListChangedEventArgs e);

Associated Events

IBindingList.ListChanged()

    [ Team LiB ] Previous Section Next Section