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