Skip to content

SwitchCell event #192

@OhYoungJin1

Description

@OhYoungJin1

[code]
AiForms.Renderers.SwitchCell switchs = new AiForms.Renderers.SwitchCell
{
HintText = SettingList[i].Name,
Title = SettingList[i].Name,
TitleColor = Color.Red,
};
switchs.Tapped += (sender, e) =>
{
Console.WriteLine("click");
};

[image ]
Screenshot_20220811-103716
11

i want ..

Switch switchControl = new Switch {...};
switchControl.Toggled += (sender, e) =>
{
// Perform an action after examining e.Value
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions