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; }
Public Property Result As Object
Get
Set
Property Value
Type:
ObjectRemarks
Note that the HTML is ALL that is sent, you are responsible for all
formatting if you choose to set this value.
See Also