Interface IVelloWindowsDispatcherTimer
Namespace: VelloSharp.Windows.Shared.Dispatching
Assembly: VelloSharp.Windows.Shared.dll
public interface IVelloWindowsDispatcherTimer : IDisposable
Implements
Properties
Interval
TimeSpan Interval { get; set; }
Property Value
IsRepeating
bool IsRepeating { get; set; }
Property Value
Methods
Start()
void Start()
Stop()
void Stop()
Tick
event EventHandler? Tick