Click or drag to resize

HandleEventArgs Properties

The HandleEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEventInfo
Gets the EventInfo object associated with this event.
Public propertyEventParams
The parameters registered with this instance of the event.
Public propertyLandingHTML
Gets or Sets the HTML sent to the client after a successful event.
Public propertyLandingURL
Gets or Sets the URL to redirect to after the event is fired.
Public propertyResult
Gets or Sets the HTML to send back to after the event is fired.
Public propertyStatus
Gets or Sets the event status.
Top
See Also