EAPEventArgsError Method (String) |
Namespace: NetQuarry
public class XExt : NetQuarry.MapperExtensionKernel { public override void FieldButtonClick(IField sender, EAPEventArgs e) { if (0 == EAPUtil.ToString(sender.Fields["company_name"].Value).Length) { e.Error("You must provide a Company Name before executing this command."); return; } } }