Esempio n. 1
0
 void Completion_BeforeShowingCompletionList(BeforeShowingCompletionListEventArgs e)
 {
     if (!Completion.CanShowForPrefix(this.Text))
     {
         e.Cancel = true;
     }
 }
Esempio n. 2
0
 void Completion_BeforeShowingCompletionList(BeforeShowingCompletionListEventArgs e)
 {
     if (!Completion.CanShowForPrefix(this.Text))
     {
         e.Cancel = true;
     }
 }