ClientEvent V1.0 F1.7

File Name: WebControl.asp
Class Name: ClientEvent

Overview
Used to encapsulare postback event data. The Page object during postback creates an instance of this class and sets all the properties as well as the the WebControl target of the event. You can always call Page.GetPostBackEvent to retrieve the current event.


Public Constructors
New ClientEvent

Public Properties
EventName String Name of the event that caused the postback.
Source String ID/Name of the WebControl that caused the postback.
Instance String Each WebControl interpretes this parameters. The value is usually set when using the Page.GetEventScript set of functions.
CommandSource String Not used yet.
ExtraMessage String Each WebControl interpretes this parameters. The value is usually set when using the Page.GetEventScript set of functions.
TargetObject String The WebControl target of the event.

Public Methods
EventFnc The Event Handler Name.b

Public Events
-- --

Protected Properties
-- -- --

Protected Methods
-- --

Protected Events
-- --