9using System.Collections.Generic;
34 public bool Busy {
get;
protected set; }
Event arguments for the BusyChanged event.
BusyChangedEventArgs(string propertyName, bool busy)
Creates a new instance of the object.
string PropertyName
Property for which the Busy value has changed.
delegate void BusyChangedEventHandler(object sender, BusyChangedEventArgs e)
Delegate for handling the BusyChanged event.