Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
UltraMaskedEdit - how do I hook events.
posted

Hi

In my control derived from UltramaskedEdit,

Inherits 

 

Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit

I have a sub which was generated by the VS environment when I selected the Enter event.  it does not ever fire.  This is what it looks like below.  My question is how do I hook up these events inside my class. 

 

 

 

Private Sub UnitNoMaskedEdit_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Enter

'do some stuff here

'but this is never never fired.

 

End

Sub

Parents Reply Children
No Data