public event Action OnPropertyChanged
Public Event OnPropertyChanged As Action
public: event Action^ OnPropertyChanged { void add (Action^ value); void remove (Action^ value); }
member OnPropertyChanged : IEvent<Action, EventArgs>
In This Article