DekGenius.com
[ Team LiB ] Previous Section Next Section

PropertyChangedEventHandlerserializable

System.ComponentModel (system.dll)delegate

This is a delegate for the OnPropertyChanging() event.

public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e);
    [ Team LiB ] Previous Section Next Section