NotifyCollectionChangedEventHandler Delegato
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo che gestisce l'evento CollectionChanged.
public delegate void NotifyCollectionChangedEventHandler(System::Object ^ sender, NotifyCollectionChangedEventArgs ^ e);
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
public delegate void NotifyCollectionChangedEventHandler(object? sender, NotifyCollectionChangedEventArgs e);
type NotifyCollectionChangedEventHandler = delegate of obj * NotifyCollectionChangedEventArgs -> unit
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)
- sender
- Object
Oggetto che ha generato l'evento.
Informazioni sull'evento.
Get |
Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato. |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: