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
370
I can not understand why this event by setting the routine below is not drawn
posted

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

Window.Resources>

<Style x:Key="ControlloTasti" TargetType="{x:Type igEditors:XamMaskedEditor}">

 

 

 

<EventSetter Event="PreviewKeyDown" Handler="Xam_PreviewKeyDown"/>

 

 

 

</Style >

 

 

Sub Xam_PreviewKeyDown(ByVal sender As Object, ByVal e As System.Windows.Input.KeyEventArgs)

msgbox ("iam here")

 

 

End Sub