Udostępnij za pośrednictwem


CodeRemoveEventStatement.Listener Właściwość

Definicja

Pobiera lub ustawia procedurę obsługi zdarzeń do usunięcia.

public:
 property System::CodeDom::CodeExpression ^ Listener { System::CodeDom::CodeExpression ^ get(); void set(System::CodeDom::CodeExpression ^ value); };
public System.CodeDom.CodeExpression Listener { get; set; }
member this.Listener : System.CodeDom.CodeExpression with get, set
Public Property Listener As CodeExpression

Wartość właściwości

Element CodeExpression wskazujący program obsługi zdarzeń do usunięcia.

Dotyczy

Zobacz też