CC#•Created by Aon on 12/23/2024 in #help Is is possible to use variable in generic >> EventCallback.Factory.Create<VarType>()
editor.AddAttribute(j++, "ValueChanged", EventCallback.Factory.Create<Byte>(this, str => property.SetValue(Data, str)));
I want to make dynamic form. Data can be int, decimal, byte, ...