Skip to main content

Interface IVelloWindowsDispatcherTimer

Namespace: VelloSharp.Windows.Shared.Dispatching
Assembly: VelloSharp.Windows.Shared.dll

public interface IVelloWindowsDispatcherTimer : IDisposable

Implements

IDisposable

Properties

Interval

TimeSpan Interval { get; set; }

Property Value

TimeSpan

IsRepeating

bool IsRepeating { get; set; }

Property Value

bool

Methods

Start()

void Start()

Stop()

void Stop()

Tick

event EventHandler? Tick

Event Type

EventHandler?