Click or drag to resize

MessagePopOnCancelClick Property

Gets/sets additional javascript to be added to the Cancel button click handler. This does not replace the standard Cancel handling. By default the Cancel button closes the popup and stops any further action. Typically no additional click handling is required for the Cancel button and there is therefore, generally, no need to set this property.

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

Property Value

Type: String
See Also