Re: User Control Events....

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Create a public event on the usercontrol that can be wired up to from the
page. So in your click event in the usercontrol you raise the event.


.



Relevant Pages

  • Re: Raising events from constituent controls
    ... and you place the infragisitics grid on a usercontrol called ... private sub infragisticsGrid_GridFilled handles infragistics.filled ... now you need to declare and raise an event in your usercontrol like this ... >> raise both standard and custom events from the user control so the form ...
    (microsoft.public.dotnet.languages.vb)
  • Re: [vb6] raise usercontrol event from module
    ... > timer activates NEEDS to be in a module... ... There is no way to raise an event from a standard bas module. ... This component is mostly for subclassing but also has timer functionality. ... This article shows the basics of subclassing a usercontrol. ...
    (microsoft.public.vb.general.discussion)
  • Re: Monitoring a region in a UserContrtol
    ... > usercontrol to be able to raise an event ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: Calling method in different page?
    ... The best way is to raise an event to the page. ... Steve C. Orr, ... method on parent that will than load text into parent.label1. ... Usercontrol, I've tried using a linkbutton and its ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: User Control Subclassing
    ... > throw events in the UserControl scope? ... respond to the event in the usercontrol and raise the event again from ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)