namespace Tizen.Applications.AttachPanel { /// /// Enumeration for the attach panel event. /// /// 4 public enum EventType { /// /// Attach panel starts the effect to show. /// ShowStart = 1, /// /// Attach panel finishes the effect to show. /// ShowFinish, /// /// Attach panel starts the effect to hide the panel. /// HideStart, /// /// Attach panel finishes the effect to hide the panel. /// HideFinish, } }