Пример #1
0
 /// <summary>
 /// Raises the <see cref="DropDownClosed"/> event
 /// </summary>
 /// <param name="widget">Widget to raise the event</param>
 /// <param name="e">Event arguments</param>
 public void OnDropDownClosed(DropDown widget, EventArgs e)
 {
     using (widget.Platform.Context)
         widget.OnDropDownClosed(e);
 }