public event EventHandler ShowLoadingIconChanged
Public Event ShowLoadingIconChanged As EventHandler
public: event EventHandler^ ShowLoadingIconChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }
member ShowLoadingIconChanged : IEvent<EventHandler, EventArgs>
/** @event */ public void add_ShowLoadingIconChanged (EventHandler value) /** @event */ public void remove_ShowLoadingIconChanged (EventHandler value)
function add_ShowLoadingIconChanged(value); function remove_ShowLoadingIconChanged(value);