FormClosingEventArgs(CloseReason, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe FormClosingEventArgs.
public:
FormClosingEventArgs(System::Windows::Forms::CloseReason closeReason, bool cancel);
public FormClosingEventArgs (System.Windows.Forms.CloseReason closeReason, bool cancel);
new System.Windows.Forms.FormClosingEventArgs : System.Windows.Forms.CloseReason * bool -> System.Windows.Forms.FormClosingEventArgs
Public Sub New (closeReason As CloseReason, cancel As Boolean)
Paramètres
- closeReason
- CloseReason
Valeur CloseReason qui représente la cause de la fermeture du formulaire.
- cancel
- Boolean
Valeur true
pour annuler l'événement ; sinon, false
Remarques
Les closeReason
paramètres et cancel
sont utilisés pour initialiser les CloseReason propriétés et Cancel , respectivement.