The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi
I am creating a Usercontrol using a currencytextBox and a Button, popupcontainer.
Some panel with controls are displayed when
the click the Button. SOme value is filled up
in popupcontainer closeup event to ctextbox.
Now i want to have the closeup event at usercontrol level. the person who is using this
control want to have own event code for closeup.
Please help me
Regards
Rajaraman
RPRamesh Praveen Syncfusion Team February 19, 2003 02:27 PM UTC
Hi,
I see that you are aware of the CloseUp event in the PopupControlContainer. Looks like you should first capture this event in your UserControl, update your currency and then fire your own "CloseUp" event (defined in the UserControl) that the user of the UserControl can listen to.
Let me know if I missed something.
Regards,
Praveen
RARajaramanFebruary 19, 2003 02:45 PM UTC
Hi Praveen
yes you are right partly, i want a single event
which should be in usercontrol handles both popup closeup and usercontrol closeup.
any code snippet will help me understand your direction clearly.
thanks
rajaraman
> Hi,
>
> I see that you are aware of the CloseUp event in the PopupControlContainer. Looks like you should first capture this event in your UserControl, update your currency and then fire your own "CloseUp" event (defined in the UserControl) that the user of the UserControl can listen to.
>
> Let me know if I missed something.
>
> Regards,
> Praveen
RPRamesh Praveen Syncfusion Team February 20, 2003 07:19 PM UTC
Hi,
I am sorry, could you please give me a sample and give me more information? I don't understand what you mean here:
"a single event
which should be in usercontrol handles both popup closeup and usercontrol closeup."
An event cannot handle another event. Please elaborate.
Regards,
Praveen