GridSpecialEventHandler Délégué
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.
public delegate void GridSpecialEventHandler(System::Object ^ sender, GridSpecialEventArgs ^ sea);
public delegate void GridSpecialEventHandler(object sender, GridSpecialEventArgs sea);
type GridSpecialEventHandler = delegate of obj * GridSpecialEventArgs -> unit
Public Delegate Sub GridSpecialEventHandler(sender As Object, sea As GridSpecialEventArgs)
Paramètres
- sender
- Object