Forum Discussion

WMLCJosh's avatar
WMLCJosh
Copper Contributor
Aug 15, 2022
Solved

Passing variable to custom controls .NET MAUI

So I'm working on an application that allows the user to create a note and attach it to various entities.  Because of this I created the note creation as a ContentView in my .NET MAUI project then I ...
  • WMLCJosh's avatar
    WMLCJosh
    Aug 17, 2022

    LanHuang I actually did figure it out. The easiest way i found was using MessegeCenter when the button was clicked. I added the model into the message from the view and simply subscribed from the control. 

Resources