Example #1
0
 protected virtual void OnLookup(LookupEventArgs args)
 {
     if (Enabled && (Lookup != null))
     {
         Lookup(this, args);
     }
 }
Example #2
0
 protected override void OnLookup(LookupEventArgs args)
 {
     base.OnLookup(args);
     ShowPopupForm();
 }