DekGenius.com
[ Team LiB ] Previous Section Next Section

StatusBarPanelClickEventHandlerserializable

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

This is the delegate for the StatusBar.PanelClick event.

public delegate void StatusBarPanelClickEventHandler(object sender, StatusBarPanelClickEventArgs e);

Associated Events

StatusBar.PanelClick()

    [ Team LiB ] Previous Section Next Section