wwWebControl::FireEvents

Generic WebControl method that is used retrieve the Event Target information and tries to find and fire the event specified.

This method is relevant only for a container control and generally fired only at that top level WebPage. This Event does not delegate into child controls.

o.FireEvents(lcEventTarget)

Parameters

lcEventTarget
Optional EventTarget which is the name of a control.

See also