OnChangingText Event

[Top]  [Chapter]  [Previous]  [Next]

This event is triggered before the text is modified.

Member of WPDLLInt

Declaration C#

OnChangingTextEvent(Object Sender, int Editor, ref bool AllowChange)

 

Declaration OCX

OnChangingText(ByVal Editor As Long, AllowChange As Boolean)

 

When using VB6 better use the standard event Validate(Cancel As Boolean) which allows it to cancel the operation which would modify the text.


[idh_wpdllint_onchangingtext.htm]    Copyright © 2007 by WPCubed GmbH