File: src\Framework\System\Windows\Documents\HighlightChangedEventHandler.cs
Project: wpf\PresentationFramework.csproj (PresentationFramework)
//---------------------------------------------------------------------------
//
// <copyright file=”HighlightLayer.cs” company=”Microsoft”>
//    Copyright (C) Microsoft Corporation.  All rights reserved.
// </copyright>
// 
//
// Description: HighlightLayer.Changed event handler.
//
// History:  
//  07/01/2004 : benwest - Created
//
//---------------------------------------------------------------------------
 
using System.Collections;
 
namespace System.Windows.Documents
{
    /// <summary>
    /// HighlightLayer.Changed event handler.
    /// </summary>
    internal delegate void HighlightChangedEventHandler(object sender, HighlightChangedEventArgs args);
}