[reflection] Coop handles icalls in System.Reflection and System.RuntimeTypeHandle...
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Presentation / System / Activities / Presentation / UndoUnitEventArgs.cs
1 //----------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation.  All rights reserved.
3 //----------------------------------------------------------------
4
5 namespace System.Activities.Presentation
6 {
7     using System;
8     using System.Collections.Generic;
9     using System.Text;
10     using System.Runtime;
11
12     [Fx.Tag.XamlVisible(false)]
13     public class UndoUnitEventArgs : EventArgs
14     {
15         public UndoUnit UndoUnit { get; set; }
16     }
17 }