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