BusyIndicatorIsSpinChanged - событие |
Raised when the spin property is changed.
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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>
Значение
Тип:
System.WindowsDependencyPropertyChangedEventHandlerЗаметки Note, the control will only spin when Spin is true and the control is enabled.
См. также