DesignSurface.Unloading Zdarzenie

Definicja

Występuje, gdy projektant ma zwolnić.

public:
 event EventHandler ^ Unloading;
public event EventHandler Unloading;
public event EventHandler? Unloading;
member this.Unloading : EventHandler 
Public Custom Event Unloading As EventHandler 
Public Event Unloading As EventHandler 

Typ zdarzenia

Uwagi

Gdy projektant zwalnia, cały stan tego projektanta jest niszczony, w tym widok projektanta. Widok powinien być w tej chwili nieparzyszony.

Dotyczy