DekGenius.com
[ Team LiB ] Previous Section Next Section

PropertyValueChangedEventHandlerserializable

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

This is the delegate for the PropertyGrid.PropertyValueChanged event.

public delegate void PropertyValueChangedEventHandler(object s, PropertyValueChangedEventArgs e);

Associated Events

PropertyGrid.PropertyValueChanged()

    [ Team LiB ] Previous Section Next Section