Version: 5.5
public void Use ();

Descripción

Usar este evento.

Llame a este método cuando haya utilizado un evento. El tipo de evento se establecerá en EventType.Used, haciendo que otros elementos GUI lo ignoren.

Events of type EventType.Repaint and EventType.Layout should not be used. Attempting to call this method on such events will issue a warning.