BusyIndicatorIsSpinChanged - событие
Raised when the spin property is changed.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public event DependencyPropertyChangedEventHandler IsSpinChanged
Public Event IsSpinChanged As DependencyPropertyChangedEventHandler
public:
event DependencyPropertyChangedEventHandler^ IsSpinChanged {
void add (DependencyPropertyChangedEventHandler^ value);
void remove (DependencyPropertyChangedEventHandler^ value);
}
member IsSpinChanged : IEvent<DependencyPropertyChangedEventHandler,
DependencyPropertyChangedEventArgs>
Значение
DependencyPropertyChangedEventHandler Note, the control will only spin when Spin is true and the control is enabled.