Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Event Error
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01398902
Message ID:
01398907
Vues:
52
ALWAYS check whether anything is actually wired up to consume the event:
   protected virtual void OnSortOrderChanged(SortOrderEventArgs e)
    {
       if (SortOrderChanged != null)
        SortOrderChanged(this, e);
    }
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform