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