BindingOperations.CollectionRegistering Event

Definition

Occurs when the data-binding system notices a collection.

public:
 static event EventHandler<System::Windows::Data::CollectionRegisteringEventArgs ^> ^ CollectionRegistering;
public static event EventHandler<System.Windows.Data.CollectionRegisteringEventArgs> CollectionRegistering;
member this.CollectionRegistering : EventHandler<System.Windows.Data.CollectionRegisteringEventArgs> 
Public Shared Custom Event CollectionRegistering As EventHandler(Of CollectionRegisteringEventArgs) 
Public Shared Event CollectionRegistering As EventHandler(Of CollectionRegisteringEventArgs) 

Event Type

Applies to