예제 #1
0
        private void NotePopup_Closed(object sender, object e)
        {
            NoteClosed?.Invoke(this, EventArgs.Empty);

            HidePopupAnimation.Completed -= HidePopupAnimation_Completed;
            HidePopupAnimation.Completed += HidePopupAnimation_Completed;

            HidePopupAnimation.Begin();
        }
예제 #2
0
 protected virtual void OnNoteClosed(NoteEventArgs e)
 {
     NoteClosed?.Invoke(this, e);
 }