OnChangeText Event

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

Member of WPDLLInt

Declaration C#

TextChanged(EventArgs e)

Here the standard event is used. You can cast e to wpEventArgs which contains the property Editor.

 

Declaration OCX

OnChangeText(ByVal Editor As Long)

 

The event will be triggered after the text was modified. OnChangingText will be triggered before the change.


[idh_wpdllint_onchangetext.htm]    Copyright © 2007 by WPCubed GmbH