示例#1
0
        /// <summary>
        /// This gets triggered when something goes wrong during drawing or hiding the selection
        /// in the browse view. Usually this is because of incomplete refresh, when some crucial object
        /// got deleted. Reconstructing the list often fixes things.
        /// </summary>
        public void OnBrowseSelectionDrawingFailed(object sender, EventArgs args)
        {
            CheckDisposed();

            Clerk.OnRefresh(null);
        }