Table of Contents

Property AfterTickAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AfterTickAction

Gets or sets the action to be executed after each tick of the Timer.

public virtual Action? AfterTickAction { get; set; }

Property Value

Action

Remarks

This property allows you to define custom behavior that will be executed after each tick. Ensure that the assigned action does not throw exceptions or cause side effects that could disrupt the tick process.