CommunicationObject.Closing Zdarzenie

Definicja

Występuje, gdy obiekt komunikacji przechodzi do stanu zamknięcia.

public:
 virtual event EventHandler ^ Closing;
public event EventHandler Closing;
member this.Closing : EventHandler 
Public Custom Event Closing As EventHandler 
Public Event Closing As EventHandler 

Typ zdarzenia

Implementuje

Uwagi

Zdarzenie Closing jest wywoływane przez metodę OnClosing , która jest wywoływana Close przez metody i BeginClose .

Dotyczy