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