DekGenius.com
[ Team LiB ] Previous Section Next Section

StatusBarDrawItemEventHandlerserializable

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

This is the delegate for the StatusBar.DrawItem event.

public delegate void StatusBarDrawItemEventHandler(object sender, StatusBarDrawItemEventArgs sbdevent);

Associated Events

StatusBar.DrawItem()

    [ Team LiB ] Previous Section Next Section