コード例 #1
0
 void nsIWebProgressListener.OnStatusChange(nsIWebProgress aWebProgress, nsIRequest aRequest, int aStatus, string aMessage)
 {
     if (aWebProgress.GetIsLoadingDocumentAttribute())
     {
         StatusText = aMessage;
         UpdateCommandStatus();
     }
 }