DesignSurface.Unloading Událost

Definice

Nastane, když se návrhář chystá uvolnit.

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 

Event Type

Poznámky

Když návrhář uvolní, celý stav tohoto návrháře se zničí, včetně zobrazení návrháře. Zobrazení by teď mělo být neparentované.

Platí pro