Click or drag to resize

HandleEventArgsResult Property

Gets or Sets the HTML to send back to after the event is fired.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object Result { get; set; }

Property Value

Type: Object
Remarks
Note that the HTML is ALL that is sent, you are responsible for all formatting if you choose to set this value.
See Also