Beispiel #1
0
 private void BindEndCommandEventHandler(BindCommandEventArgs inObj)
 {
     CustomOverlay.HideOverlayAndReset();
 }
Beispiel #2
0
 private void BindBeginCommandEventHandler(BindCommandEventArgs inObj)
 {
     CustomOverlay.ShowOverlay();
 }