9b153ecb5e9f53c4528cb34cd3db75d4d9b2e3cc
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / XamlBinding / CollectionSynchronizationCallback.cs
1 using System;
2 using System.Collections;
3 using System.ComponentModel;
4
5 namespace Tizen.NUI.Binding
6 {
7     /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
8     [EditorBrowsable(EditorBrowsableState.Never)]
9     public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess);
10 }