Пример #1
0
 public void UnRegisterForDirtyRange()
 {
     if (pdwCookie == 0)
     {
         throw new ArgumentException("Cookie not set. call RegisterForDirtyRange() first");
     }
     mc.UnRegisterForDirtyRange(pdwCookie);
 }
Пример #2
0
 /// <summary>
 /// Stops any further dirty range notification, corresponding to a given cookie, from the markup container.
 /// </summary>
 public void UnRegisterDirtyRange()
 {
     mc2.UnRegisterForDirtyRange(cookie);
 }