OnClick Event

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

Member of WPDLLInt

Declaration C#

Click(EventArgs e)

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

 

Declaration OCX

OnClick(ByVal Editor As Long, Handled As Boolean)

 

This event is triggered when the use clicks inside the editor. You can set the variable "Handled" to true in case the default code should not be executed.


[idh_wpdllint_onclick.htm]    Copyright © 2007 by WPCubed GmbH