| EAPEventArgsError Method (String) | 
Namespace: NetQuarry
 Syntax
Syntax Remarks
Remarks Examples
Examplespublic 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; } } }
 See Also
See Also