<< Click to Display Table of Contents >> AfterControlEnter - .NET |
[Not supported by VpeWebControl, Interactive Edition and above]
A Control received the focus.
Normally, this event is sent if the user presses the Tab or Backtab key, or clicks with the mouse onto a control. This event can be used to re-format the content of a control.
VPEObjectEventHandler VPE.AfterControlEnter(
object sender,
VPEObjectEventArgs e
)
object sender
the VPE document object that fired the event
VPEObjectEventArgs e
event data, derived from EventArgs, one additional member:
public class VPEObjectEventArgs : EventArgs
{
public TVPEObject VpeObject; |
// the VPE object that fired the event |
}