Blazor @Ref and EventCallBacks

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 7

  • @AthelstanEngland
    @AthelstanEngland 5 หลายเดือนก่อน

    Thanks for this. For future reference I think it would be better not to name your objects as Alert, Display, Component etc. because for beginners it becomes harder to determine what is a variable and what is actually part of the language.
    I'd use names such as myAlert displayAlert etc. FWIW

  • @setiadisudrajat5031
    @setiadisudrajat5031 3 ปีที่แล้ว

    thanks for the video
    my question is how we can pass multiple parameter for eventcallback ?

    • @DavidSeesSharp
      @DavidSeesSharp  3 ปีที่แล้ว +1

      We can do it with a Tuple or a class that encapsulates the desired parameters

    • @setiadisudrajat5031
      @setiadisudrajat5031 3 ปีที่แล้ว

      Mr@@DavidSeesSharp did you have sample code for it ?

    • @DavidSeesSharp
      @DavidSeesSharp  3 ปีที่แล้ว +1

      github.com/DannyAinge44/BlazorEventCallBackTupleDemo

    • @DavidSeesSharp
      @DavidSeesSharp  3 ปีที่แล้ว +1

      The counter component defines an EventCallBack that the Index then assigns a method with the same Parameter to so that he gets notified about the current state of the counter.

    • @setiadisudrajat5031
      @setiadisudrajat5031 3 ปีที่แล้ว

      thank you Mr@@DavidSeesSharp,
      I really appreciate for your help