0aaf5fffbf98eacbceee41583fd81f9802b0e304
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Presentation / System / Activities / Presentation / Base / Core / Internal / PropertyEditing / Automation / IAutomationFocusChangedEventSource.cs
1 //----------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation.  All rights reserved.
3 //----------------------------------------------------------------
4
5 namespace System.Activities.Presentation.Internal.PropertyEditing.Automation 
6 {
7     using System;
8     using System.Collections.Generic;
9     using System.Text;
10
11     internal interface IAutomationFocusChangedEventSource 
12     {
13         void UnloadEventHook();
14     }
15 }